Skip to content

Commit

Permalink
Printing pytest error code
Browse files Browse the repository at this point in the history
  • Loading branch information
JezSw committed Mar 14, 2024
1 parent 40a35a5 commit f91f757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
if: runner.os == 'Linux'
run: |
python -m pytest --cov=. --cov-report html -cov-config=jade.coveragerc | tee pytest_output.log
echo $?
# Activate environment and run pytest
- name: Testing - Windows
Expand Down

0 comments on commit f91f757

Please sign in to comment.