Skip to content

Commit

Permalink
pytest workflow debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jlashner committed Dec 20, 2024
1 parent ec6a331 commit 41b0efa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
- name: Run integration tests
working-directory: ./tests
run: |
COVERAGE_FILE=.coverage.int python3 -m pytest --cov -m 'integtest'
COVERAGE_FILE=.coverage.int python3 -m pytest --cov -m 'integtest' -s
ps aux
# Coverage
- name: Report test coverage
Expand Down

0 comments on commit 41b0efa

Please sign in to comment.