diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bc5c2fcb..d1dc2662 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 1 + run: exit 0 continue-on-error: true - name: 'Fail this job if any step has failed' if: contains(steps.*.outcome, 'failure')