Skip to content

Commit 241913f

Browse files
committed
test
1 parent 2619d13 commit 241913f

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/test.yml

+10-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,16 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- run: exit 1
18-
continue-on-error: true
19-
- run: exit 1
20-
continue-on-error: true
21-
- run: exit 1
22-
continue-on-error: true
18+
- if: ${{ ! cancelled() }}
19+
shell: bash -x {0}
20+
run: |
21+
exit 1
22+
echo 'hoge'
23+
exit 0
24+
- if: ${{ ! cancelled() }}
25+
run: exit 1
26+
- if: ${{ ! cancelled() }}
27+
run: exit 0
2328
test2:
2429
runs-on: ubuntu-latest
2530
steps:

0 commit comments

Comments
 (0)