Skip to content

Commit dda78d4

Browse files
author
Mandy Chen
committed
Remove forced fail
1 parent b221da4 commit dda78d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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 && exit 1"
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"
3939
4040
- name: Upload coverage artifacts
4141
if: always()

0 commit comments

Comments
 (0)