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 20
20
./gradlew --no-daemon --continue --scan testcontainers:test --tests '*GenericContainerRuleTest'
21
21
- name : aggregate test reports with ciMate
22
22
if : always()
23
+ continue-on-error : true
23
24
env :
24
25
CIMATE_PROJECT_ID : 2348n4vl
25
26
run : |
Original file line number Diff line number Diff line change 61
61
./gradlew --no-daemon --continue --scan --info ${{matrix.gradle_args}}
62
62
- name : Aggregate Examples test reports with ciMate
63
63
if : always()
64
+ continue-on-error : true
64
65
env :
65
66
CIMATE_PROJECT_ID : 2348n4vl
66
67
CIMATE_CI_KEY : " Examples / ${{ runner.os }} / ${{matrix.gradle_args}}"
Original file line number Diff line number Diff line change 59
59
./gradlew --no-daemon --continue --scan --info ${{matrix.gradle_args}}
60
60
- name : Aggregate test reports with ciMate
61
61
if : always()
62
+ continue-on-error : true
62
63
env :
63
64
CIMATE_PROJECT_ID : 2348n4vl
64
65
CIMATE_CI_KEY : " CI / ${{ runner.os }} / ${{matrix.gradle_args}}"
77
78
./gradlew --no-daemon --scan testcontainers:test --tests '*EventStreamTest'
78
79
- name : aggregate test reports with ciMate
79
80
if : always()
81
+ continue-on-error : true
80
82
env :
81
83
CIMATE_PROJECT_ID : 2348n4vl
82
84
CIMATE_CI_KEY : " CI / Apache HttpClient5"
You can’t perform that action at this time.
0 commit comments