Skip to content

Commit

Permalink
Merge pull request #398 from ably/fail-ci-if-any-job-fails
Browse files Browse the repository at this point in the history
Turn off `continue-on-error` in CI
  • Loading branch information
lawrence-forooghian committed Apr 25, 2024
2 parents 2d4eaeb + c60134b commit b89a0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Expand Up @@ -7,8 +7,8 @@ on:
jobs:
check:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
fail-fast: false
matrix:
ruby: [ '2.7', '3.0', '3.1' ]
protocol: [ 'json', 'msgpack' ]
Expand Down

0 comments on commit b89a0e3

Please sign in to comment.