Skip to content

Commit ad6e3e0

Browse files
committed
ci: prevent failing fast for all jobs if any fails
1 parent 222d64c commit ad6e3e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
name: Test - ${{ matrix.os }} - Node v${{ matrix.node-version }}, Webpack ${{ matrix.webpack-version }} (${{ matrix.shard }})
8080

8181
strategy:
82+
fail-fast: false
8283
matrix:
8384
os: [ubuntu-latest, windows-latest, macos-latest]
8485
node-version: [18.x, 20.x, 22.x]

0 commit comments

Comments
 (0)