diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index f520c68..adbafe2 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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: