Skip to content

Commit b221da4

Browse files
author
Mandy Chen
committed
Try with running test
1 parent ea955e1 commit b221da4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
- name: Run unit test with test service
3333
uses: nick-fields/retry@v3
3434
with:
35-
max_attempts: 1
35+
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 "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 && exit 1"
3939
4040
- name: Upload coverage artifacts
4141
if: always()

0 commit comments

Comments
 (0)