Skip to content

Commit b1824ed

Browse files
committed
[v4.y] CI: don't abort other builds when one fails error
- Helps confirm suspected OS-specific failures. - Normally when one build fails, most other builds already started and some almost complete `bundle install` / started tests. So it's not a big "waste" expensive to let them finish, arguably it's actually a waste to abort them! (sunken cost fallacy? :-) - In case rubocop complains, while I do consider it a merge blocker, it's better contributor (and maintainer) experience to also see test results.
1 parent 2dd7f64 commit b1824ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- '**'
1111
jobs:
1212
build:
13+
continue-on-error: true
1314
runs-on: ${{ matrix.os_and_command.os }}
1415
strategy:
1516
matrix:

0 commit comments

Comments
 (0)