From 154bdb8e3104c586934e4dd1cffe6127744a114d Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Fri, 21 Jun 2024 18:41:06 +0900 Subject: [PATCH] fixup! ci: test --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0aa2e989..bc5c2fcb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,6 +39,4 @@ jobs: continue-on-error: true - name: 'Fail this job if any step has failed' if: contains(steps.*.outcome, 'failure') - run: | - echo "::error ::${{ toJson(steps) }}" - exit 1 + run: exit 1