diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3495b5702..8b5c5abf5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: run: exit 0 continue-on-error: true - id: step2 - run: exit 0 + run: exit 1 continue-on-error: true - if: contains(steps.*.outcome, 'failure') run: exit 1