Skip to content

Commit f92b842

Browse files
committed
ci: do not cancel CI jobs when the first job falls
1 parent 93e969f commit f92b842

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
test:
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
node-version: [8.3.0, 8, 10, 12, 14, 16, 18, 20, 22]
1213
os: [ ubuntu-latest, macos-latest, windows-latest ]

0 commit comments

Comments
 (0)