Skip to content

Commit

Permalink
Do not fail fast if one of the matrix jobs fails
Browse files Browse the repository at this point in the history
  • Loading branch information
pbstriker38 committed Jan 31, 2024
1 parent c2e0c2a commit 31bd308
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 @@ -26,6 +26,7 @@ jobs:
--health-timeout 5s
--health-retries 5
strategy:
fail-fast: false
matrix:
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
rails: ['5.2', '6.0.0', '6.1.0', '7.0.0', '7.1.0']
Expand Down

0 comments on commit 31bd308

Please sign in to comment.