Skip to content

Commit

Permalink
Fix test runner
Browse files Browse the repository at this point in the history
Signed-off-by: John Mertic <[email protected]>
  • Loading branch information
jmertic committed Aug 9, 2024
1 parent 702c8c1 commit c763291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: abatilo/actions-poetry@v2
- name: Run tests
run: |
poetry install --with tests
poetry install --with test
poetry run coverage run --branch tests.py -b
poetry run coverage xml
- name: Save debug.log file
Expand Down

0 comments on commit c763291

Please sign in to comment.