Skip to content

Commit 94cafd4

Browse files
committed
test
1 parent 2619d13 commit 94cafd4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ 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+
- run: exit 0
19+
- if: ${{ ! cancelled() }}
20+
run: exit 1
21+
- if: ${{ success() || failure() }}
22+
run: exit 0
2323
test2:
2424
runs-on: ubuntu-latest
2525
steps:

0 commit comments

Comments
 (0)