File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 3535 max_attempts : 3
3636 timeout_minutes : 30
3737 command : |
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"
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 && exit 1 "
3939
4040 - name : Upload coverage artifacts
41+ if : always()
4142 uses : actions/upload-artifact@v4
4243 with :
4344 name : unit-test-with-test-service-coverage
6768 docker compose -f docker/github_actions/docker-compose.yml run unit-test-docker-sticky-on bash -c "./gradlew --no-daemon test"
6869
6970 - name : Upload coverage artifacts
71+ if : always()
7072 uses : actions/upload-artifact@v4
7173 with :
7274 name : unit-test-with-docker-service-sticky-on-coverage
9496 docker compose -f docker/github_actions/docker-compose.yml run unit-test-docker-sticky-off bash -c "./gradlew --no-daemon test"
9597
9698 - name : Upload coverage artifacts
99+ if : always()
97100 uses : actions/upload-artifact@v4
98101 with :
99102 name : unit-test-with-docker-service-sticky-off-coverage
You can’t perform that action at this time.
0 commit comments