Skip to content

Commit

Permalink
don't fail the os/version matrix early
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Jul 10, 2024
1 parent f54b3ce commit 98d42cc
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 @@ -50,6 +50,7 @@ jobs:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
node: ['10', '12', '14']
os: [ubuntu-latest, macOS-latest, windows-latest]
Expand Down

0 comments on commit 98d42cc

Please sign in to comment.