mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-02 11:45:20 +02: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:
@@ -107,6 +107,14 @@ jobs:
|
||||
|
||||
- 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 }}
|
||||
env:
|
||||
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user