Continue running other jobs on failure
This commit is contained in:
parent
e7e1badbdc
commit
3845323a5b
1
.github/workflows/testing.yml
vendored
1
.github/workflows/testing.yml
vendored
@ -28,6 +28,7 @@ on:
|
||||
jobs:
|
||||
unit-tests-ruby:
|
||||
runs-on: ubuntu-18.04
|
||||
continue-on-error: true
|
||||
strategy:
|
||||
matrix:
|
||||
ruby: [ '2.6', '2.7', '3.0', '3.1' ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user