From 164aab46e53a5fe8db3b15882b23538fddab27ba Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Sat, 22 Jun 2024 07:30:38 +0900 Subject: [PATCH] test --- .github/workflows/test.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d1dc2662e..b0a9a904f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,11 +15,16 @@ jobs: runs-on: ubuntu-latest steps: - run: exit 1 - continue-on-error: true - - run: exit 1 - continue-on-error: true - - run: exit 1 - continue-on-error: true + - if: ${{ ! cancelled() }} + shell: bash -x {0} + run: | + exit 1; + echo 'hoge'; + exit 0 + - if: ${{ ! cancelled() }} + run: exit 1 + - if: ${{ ! cancelled() }} + run: exit 0 test2: runs-on: ubuntu-latest steps: