Skip to content

Commit b89a0e3

Browse files
Merge pull request #398 from ably/fail-ci-if-any-job-fails
Turn off `continue-on-error` in CI
2 parents 2d4eaeb + c60134b commit b89a0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
jobs:
88
check:
99
runs-on: ubuntu-latest
10-
continue-on-error: true
1110
strategy:
11+
fail-fast: false
1212
matrix:
1313
ruby: [ '2.7', '3.0', '3.1' ]
1414
protocol: [ 'json', 'msgpack' ]

0 commit comments

Comments
 (0)