mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-22 22:44:13 +08:00
fix: update test workflow reference in test-local.sh (#564)
* fix: update test workflow reference in test-local.sh Change workflow file from test-action.yml to test-base-action.yml 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * docs(CLAUDE): update test workflow reference in CLAUDE.md --------- Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -50,7 +50,7 @@ This is a GitHub Action that allows running Claude Code within GitHub workflows.
|
|||||||
|
|
||||||
- Unit tests for configuration logic
|
- Unit tests for configuration logic
|
||||||
- Integration tests for prompt preparation
|
- Integration tests for prompt preparation
|
||||||
- Full workflow tests in `.github/workflows/test-action.yml`
|
- Full workflow tests in `.github/workflows/test-base-action.yml`
|
||||||
|
|
||||||
## Important Technical Details
|
## Important Technical Details
|
||||||
|
|
||||||
|
|||||||
@@ -9,4 +9,4 @@ fi
|
|||||||
# Run the test workflow locally
|
# Run the test workflow locally
|
||||||
# You'll need to provide your ANTHROPIC_API_KEY
|
# You'll need to provide your ANTHROPIC_API_KEY
|
||||||
echo "Running action locally with act..."
|
echo "Running action locally with act..."
|
||||||
act push --secret ANTHROPIC_API_KEY="$ANTHROPIC_API_KEY" -W .github/workflows/test-action.yml --container-architecture linux/amd64
|
act push --secret ANTHROPIC_API_KEY="$ANTHROPIC_API_KEY" -W .github/workflows/test-base-action.yml --container-architecture linux/amd64
|
||||||
Reference in New Issue
Block a user