Skip to content

Commit

Permalink
wkdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
eschluntz committed Feb 2, 2024
1 parent da6da0e commit 81f3709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test chess_engine with pytest
working-directory: ./chess_engine
run: |
cd chess_engine
./run_tests.sh
- name: Test chess AI with pytest
working-directory: ./ai
run: |
cd ../ai
./run_tests.sh
- uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 81f3709

Please sign in to comment.