Don't fail fast with ci
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -10,6 +10,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
java: [ '8', '11', '17' ]
|
||||
name: CI Build ${{ matrix.java }}
|
||||
|
||||
Reference in New Issue
Block a user