diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 13a3287..ca13964 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,6 +58,10 @@ jobs: needs: tests if: always() steps: + - name: Check all test jobs passed + if: needs.tests.result != 'success' + run: exit 1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false