Skip to content

Commit

Permalink
ci: do not cancel CI jobs when the first job falls
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmlnc committed Jan 7, 2025
1 parent 93e969f commit f92b842
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
test:
strategy:
fail-fast: false
matrix:
node-version: [8.3.0, 8, 10, 12, 14, 16, 18, 20, 22]
os: [ ubuntu-latest, macos-latest, windows-latest ]
Expand Down

0 comments on commit f92b842

Please sign in to comment.