File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed
Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 1- name : Claude Code Integration Test
1+ name : Claude Code E2E Test
22
33on :
44 pull_request :
@@ -25,25 +25,19 @@ jobs:
2525 echo "$HOME/.local/bin" >> $GITHUB_PATH
2626
2727 - name : Verify Claude Code installation
28- run : |
29- export PATH="$HOME/.local/bin:$PATH"
30- claude -v
28+ run : claude -v
3129
3230 - name : Install Python dependencies
3331 run : |
3432 python -m pip install --upgrade pip
3533 pip install -e .
3634
3735 - name : Run quickstart example
38- run : |
39- export PATH="$HOME/.local/bin:$PATH"
40- python examples/quick_start.py
36+ run : python examples/quick_start.py
4137 env :
4238 ANTHROPIC_API_KEY : ${{ secrets.ANTHROPIC_API_KEY }}
4339
4440 - name : Run streaming mode examples
45- run : |
46- export PATH="$HOME/.local/bin:$PATH"
47- timeout 120 python examples/streaming_mode.py all
41+ run : timeout 120 python examples/streaming_mode.py all
4842 env :
4943 ANTHROPIC_API_KEY : ${{ secrets.ANTHROPIC_API_KEY }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments