We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951d3a1 commit 4820df4Copy full SHA for 4820df4
.github/workflows/test_game.yml
@@ -29,8 +29,7 @@ jobs:
29
- name: Run game_test.py
30
env:
31
DASHSCOPE_API_KEY: ${{ secrets.DASHSCOPE_API_KEY }}
32
- PYTHONPATH: $GITHUB_WORKSPACE/games/game_werewolves
33
run: |
34
# ✅ Ensure correct working directory
35
- cd $GITHUB_WORKSPACE
36
- python -m pytest tests/game_test.py -v
+ print($(pwd))
+ PYTHONPATH=$(pwd)/games/game_werewolves python -m pytest tests/game_test.py -v
0 commit comments