File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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}}"
Original file line number Diff line number Diff line change 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}}"
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"
You can’t perform that action at this time.
0 commit comments