Skip to content

Commit b940f32

Browse files
committed
CI: Set continue-on-error false for Ruby Head
Make a job failed when a test is failed. Signed-off-by: Takuro Ashie <ashie@clear-code.com>
1 parent 64595e2 commit b940f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-ruby-head.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
test:
1010
runs-on: ${{ matrix.os }}
11-
continue-on-error: true
11+
continue-on-error: false
1212
strategy:
1313
fail-fast: false
1414
matrix:

0 commit comments

Comments
 (0)