Skip to content

Commit

Permalink
Merge pull request #73 from profcomff/Fix-workflow-yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Temmmmmo authored Dec 16, 2024
2 parents 11b7df9 + fe8b98c commit 2209bbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
remove-link-from-badge: false
junitxml-path: ./pytest.xml
junitxml-title: Summary
- name: Fail on pytest errors
if: steps.pytest.outcome == 'failure'
run: exit 1
linting:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2209bbd

Please sign in to comment.