File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 38
38
docker compose -f docker/github_actions/docker-compose.yml run unit-test-test-service bash -c "./gradlew --no-daemon test jacocoTestReport && .github/scripts/coverage_metadata.sh build/reports/metadata.txt"
39
39
40
40
- name : Upload coverage artifacts
41
+ if : always()
41
42
uses : actions/upload-artifact@v4
42
43
with :
43
44
name : unit-test-with-test-service-coverage
67
68
docker compose -f docker/github_actions/docker-compose.yml run unit-test-docker-sticky-on bash -c "./gradlew --no-daemon test"
68
69
69
70
- name : Upload coverage artifacts
71
+ if : always()
70
72
uses : actions/upload-artifact@v4
71
73
with :
72
74
name : unit-test-with-docker-service-sticky-on-coverage
94
96
docker compose -f docker/github_actions/docker-compose.yml run unit-test-docker-sticky-off bash -c "./gradlew --no-daemon test"
95
97
96
98
- name : Upload coverage artifacts
99
+ if : always()
97
100
uses : actions/upload-artifact@v4
98
101
with :
99
102
name : unit-test-with-docker-service-sticky-off-coverage
You can’t perform that action at this time.
0 commit comments