mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-21 20:28:24 +08:00
debug: add claude CLI smoke test step to diagnose exit_code_1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
8
.github/workflows/evals.yml
vendored
8
.github/workflows/evals.yml
vendored
@@ -107,6 +107,14 @@ jobs:
|
|||||||
|
|
||||||
- run: bun run build
|
- run: bun run build
|
||||||
|
|
||||||
|
- name: Debug claude CLI
|
||||||
|
run: |
|
||||||
|
echo "=== claude version ===" && claude --version || true
|
||||||
|
echo "=== claude smoke test ===" && echo "say hello" | claude -p --output-format text --dangerously-skip-permissions 2>&1 | head -5 || true
|
||||||
|
echo "=== bun version ===" && bun --version
|
||||||
|
echo "=== HOME ===" && echo $HOME
|
||||||
|
echo "=== whoami ===" && whoami || true
|
||||||
|
|
||||||
- name: Run ${{ matrix.suite.name }}
|
- name: Run ${{ matrix.suite.name }}
|
||||||
env:
|
env:
|
||||||
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||||
|
|||||||
Reference in New Issue
Block a user