We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c435e19 commit eff8dc9Copy full SHA for eff8dc9
2 files changed
.github/workflows/build.yml
@@ -41,6 +41,7 @@ jobs:
41
build:
42
runs-on: ubuntu-latest
43
strategy:
44
+ fail-fast: false
45
matrix:
46
java:
47
- 17
@@ -84,4 +85,3 @@ jobs:
84
85
target-folder: javadoc
86
java-version: 17
87
project: maven
-
.github/workflows/e2e-tests.yml
@@ -38,6 +38,7 @@ jobs:
38
AWS_REGION: us-west-2
39
40
0 commit comments