Skip to content

Commit bfadc8b

Browse files
committed
ci: don't cancel in-progress jobs in matrix if others fail
1 parent e0b5d41 commit bfadc8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222

2323
strategy:
24+
fail-fast: false
2425
matrix:
2526
os: [ubuntu-latest]
2627
node-version: [lts/*]
@@ -59,6 +60,7 @@ jobs:
5960
name: Test - ${{ matrix.os }} - Node v${{ matrix.node-version }}, Webpack ${{ matrix.webpack-version }}
6061

6162
strategy:
63+
fail-fast: false
6264
matrix:
6365
os: [ubuntu-latest, windows-latest, macos-latest]
6466
# TODO add 21.x after node-sass gets support

0 commit comments

Comments
 (0)