We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b221da4 commit dda78d4Copy full SHA for dda78d4
.github/workflows/ci-checks.yml
@@ -35,7 +35,7 @@ jobs:
35
max_attempts: 3
36
timeout_minutes: 30
37
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 && exit 1"
+ 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
40
- name: Upload coverage artifacts
41
if: always()
0 commit comments