Skip to content

Commit

Permalink
Merge pull request #1370 from flavorjones/flavorjones-ci-matrix
Browse files Browse the repository at this point in the history
ci: use `fail-fast: false` instead of `continue-on-error: true`
  • Loading branch information
djmb authored Jan 22, 2025
2 parents 5f04e42 + 3c01dc7 commit 5ddaa38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: bundle exec rubocop --parallel
tests:
strategy:
fail-fast: false
matrix:
ruby-version:
- "3.1"
Expand All @@ -37,7 +38,6 @@ jobs:
gemfile: gemfiles/rails_edge.gemfile
name: ${{ format('Tests (Ruby {0})', matrix.ruby-version) }}
runs-on: ubuntu-latest
continue-on-error: true
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}
steps:
Expand Down

0 comments on commit 5ddaa38

Please sign in to comment.