Skip to content

Commit eff8dc9

Browse files
authored
chore: allow build and e2etests run until all versions complete (#443)
1 parent c435e19 commit eff8dc9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
build:
4242
runs-on: ubuntu-latest
4343
strategy:
44+
fail-fast: false
4445
matrix:
4546
java:
4647
- 17
@@ -84,4 +85,3 @@ jobs:
8485
target-folder: javadoc
8586
java-version: 17
8687
project: maven
87-

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
AWS_REGION: us-west-2
3939
runs-on: ubuntu-latest
4040
strategy:
41+
fail-fast: false
4142
matrix:
4243
java:
4344
- 17

0 commit comments

Comments
 (0)