Skip to content

Commit

Permalink
Adjust GHA CI jobs to not fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
mkreiser committed Oct 22, 2023
1 parent 3ca55f4 commit 6bfefdb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
dependencies-cache:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20]
steps:
Expand All @@ -26,6 +27,7 @@ jobs:
runs-on: ubuntu-latest
needs: dependencies-cache
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20]
steps:
Expand All @@ -44,6 +46,7 @@ jobs:
runs-on: ubuntu-latest
needs: dependencies-cache
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20]
steps:
Expand All @@ -65,6 +68,7 @@ jobs:
runs-on: ubuntu-latest
needs: dependencies-cache
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20]
steps:
Expand All @@ -83,6 +87,7 @@ jobs:
runs-on: ubuntu-latest
needs: dependencies-cache
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20]
steps:
Expand All @@ -101,6 +106,7 @@ jobs:
runs-on: ubuntu-latest
needs: dependencies-cache
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20]
steps:
Expand Down

0 comments on commit 6bfefdb

Please sign in to comment.