Skip to content

Commit

Permalink
ci: don't cancel in-progress jobs in matrix if others fail
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jul 21, 2024
1 parent e0b5d41 commit bfadc8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
node-version: [lts/*]
Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
name: Test - ${{ matrix.os }} - Node v${{ matrix.node-version }}, Webpack ${{ matrix.webpack-version }}

strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# TODO add 21.x after node-sass gets support
Expand Down

0 comments on commit bfadc8b

Please sign in to comment.