Skip to content

Conversation

@crazygo
Copy link
Owner

@crazygo crazygo commented Nov 14, 2025

Given that pack test requires API keys and Claude Code CLI When running yarn test:pack in CI
Then install claude-code globally and provide all required env vars

Changes

  • Install Claude Code CLI via npm global
  • Install system dependencies (expect)
  • Add all API key secrets to pack test step
  • Match pr-tests.yml environment configuration

Given that pack test requires API keys and Claude Code CLI
When running yarn test:pack in CI
Then install claude-code globally and provide all required env vars

## Changes

- Install Claude Code CLI via npm global
- Install system dependencies (expect)
- Add all API key secrets to pack test step
- Match pr-tests.yml environment configuration
@crazygo crazygo marked this pull request as ready for review November 14, 2025 07:27
Copilot AI review requested due to automatic review settings November 14, 2025 07:27
@crazygo crazygo merged commit ea92dbc into release Nov 14, 2025
4 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR ensures the yarn test:pack command can run successfully in the release-auto-publish CI workflow by installing required dependencies and providing necessary API credentials.

Key changes:

  • Install system dependency (expect) required by test scripts
  • Install Claude Code CLI globally via npm
  • Add API key environment variables (OpenAI and Anthropic) to the pack test step

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant