Skip to content

Commit c154ee9

Browse files
Allow Github Actions to fail on error wihout stopping the rest of the matrix
1 parent af381b8 commit c154ee9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
build:
1010
name: alpinelab/ruby-dev:${{ matrix.ruby }}${{ matrix.variant }}
1111
runs-on: ubuntu-latest
12+
continue-on-error: true
1213
strategy:
1314
matrix:
1415
ruby:

0 commit comments

Comments
 (0)