Skip to content

Commit

Permalink
Run tests directly in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
al-025 committed Feb 14, 2024
1 parent 4026f61 commit 9a2e4d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: tox
- name: tests
run: |
tox
python tests/suite.py
python s2protocol/s2_cli.py --all --ndjson --profile tests/s2replaystatsdata/2018_05_17_Z_Raphtor_VS_T_Tocon.SC2Replay

0 comments on commit 9a2e4d7

Please sign in to comment.