Skip to content

Commit

Permalink
CI: fail the build if any individual job fails
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Mar 19, 2024
1 parent 9d5962b commit 6bbd9d2
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 @@ -8,8 +8,8 @@ concurrency:

jobs:
tests:
continue-on-error: true
strategy:
fail-fast: false
matrix:
ruby: [ "3.3", "3.2", "3.1", "3.0" ]
rails: [ "7.1", "7.0", "6.1"]
Expand Down

0 comments on commit 6bbd9d2

Please sign in to comment.