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