Skip to content

Commit f07f31e

Browse files
authored
Continue on ciMate's error (#2933)
1 parent 53e02a5 commit f07f31e

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/ci-docker-wormhole.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
./gradlew --no-daemon --continue --scan testcontainers:test --tests '*GenericContainerRuleTest'
2121
- name: aggregate test reports with ciMate
2222
if: always()
23+
continue-on-error: true
2324
env:
2425
CIMATE_PROJECT_ID: 2348n4vl
2526
run: |

.github/workflows/ci-examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
./gradlew --no-daemon --continue --scan --info ${{matrix.gradle_args}}
6262
- name: Aggregate Examples test reports with ciMate
6363
if: always()
64+
continue-on-error: true
6465
env:
6566
CIMATE_PROJECT_ID: 2348n4vl
6667
CIMATE_CI_KEY: "Examples / ${{ runner.os }} / ${{matrix.gradle_args}}"

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
./gradlew --no-daemon --continue --scan --info ${{matrix.gradle_args}}
6060
- name: Aggregate test reports with ciMate
6161
if: always()
62+
continue-on-error: true
6263
env:
6364
CIMATE_PROJECT_ID: 2348n4vl
6465
CIMATE_CI_KEY: "CI / ${{ runner.os }} / ${{matrix.gradle_args}}"
@@ -77,6 +78,7 @@ jobs:
7778
./gradlew --no-daemon --scan testcontainers:test --tests '*EventStreamTest'
7879
- name: aggregate test reports with ciMate
7980
if: always()
81+
continue-on-error: true
8082
env:
8183
CIMATE_PROJECT_ID: 2348n4vl
8284
CIMATE_CI_KEY: "CI / Apache HttpClient5"

0 commit comments

Comments
 (0)