From a0f643b57cd7e070966cebea38148ffd838fafdd Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Fri, 21 Jun 2024 05:34:53 +0900 Subject: [PATCH] ci: test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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