Skip to content

Commit

Permalink
ci: prevent failing fast for all jobs if any fails
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdikhashan committed Jul 3, 2024
1 parent 222d64c commit ad6e3e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
name: Test - ${{ matrix.os }} - Node v${{ matrix.node-version }}, Webpack ${{ matrix.webpack-version }} (${{ matrix.shard }})

strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [18.x, 20.x, 22.x]
Expand Down

0 comments on commit ad6e3e0

Please sign in to comment.