diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f983b4..e1a18e1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,4 +27,5 @@ jobs: continue-on-error: true - name: Check on failures if: (${{ success() }} || ${{ failure() }}) && (${{ steps.test_failure.outcome }} != 'failure') + run: echo ${{ steps.test_failure.outcome }} run: exit 1