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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-build.yml

+1
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)