Disable fail-fast on a workflow matrix

This commit is contained in:
Janne Valkealahti
2020-09-05 16:43:41 +01:00
parent 37c865db3d
commit 2161fb398c

View File

@@ -17,6 +17,7 @@ jobs:
matrix:
os: [ubuntu-latest]
java: [1.8, 11]
fail-fast: false
steps:
- uses: actions/checkout@v2