Skip to content

Commit

Permalink
Update python-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AttackingOrDefending authored Dec 13, 2024
1 parent 3838b30 commit ed952ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
key: ${{ matrix.os }}-engines
- name: Test with pytest
env:
LICHESS_BOT_TEST_TOKEN: ${{ secrets.LICHESS_BOT_TEST_TOKEN }}
LICHESS_BOT_TEST_TOKEN: ${{secrets.LICHESS_BOT_TEST_TOKEN}}
run: |
pytest --log-cli-level=10
- name: Save engines
Expand Down

0 comments on commit ed952ce

Please sign in to comment.