Get rid of continue-on-error
This commit is contained in:
parent
dc65d041d1
commit
814c1ad679
|
@ -27,8 +27,6 @@ jobs:
|
|||
build:
|
||||
name: Java 11
|
||||
runs-on: ubuntu-latest
|
||||
# We want to know the test results of all matrix entries
|
||||
continue-on-error: true
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
Loading…
Reference in New Issue