Disable fail-fast for integ tests

This commit is contained in:
daz
2024-04-09 16:02:24 -06:00
parent 47fb100300
commit 63fcfbfe27
15 changed files with 44 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ jobs:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} # required to test against GE plugin 3.16.2
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
strategy:
fail-fast: false
matrix:
gradle: [current, 7.6.2, 6.9.4, 5.6.4]
os: ${{fromJSON(inputs.runner-os)}}
@@ -64,6 +65,7 @@ jobs:
build-scan-publish:
strategy:
fail-fast: false
matrix:
gradle: [current, 7.6.2, 6.9.4, 5.6.4]
runs-on: ubuntu-latest