Skip to content

Commit 8f09d2d

Browse files
committed
ci: disable fail-fast so a single flaky row doesn't cancel the rest
1 parent e8ab6af commit 8f09d2d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
name: Test - ${{ matrix.os }} - Node v${{ matrix.node-version }}, Webpack ${{ matrix.webpack-version }}
6666

6767
strategy:
68+
fail-fast: false
6869
matrix:
6970
os: [ubuntu-latest, windows-latest, macos-latest]
7071
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 24.x]

0 commit comments

Comments
 (0)