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 f72b501 commit 03aec00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
uses: abatilo/actions-poetry@v2
- name: Run tests
run: |
poetry install --with
poetry run coverage run --branch tests.py -b
poetry run coverage xml
- name: Save debug.log file
Expand Down

0 comments on commit 03aec00

Please sign in to comment.