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 ea955e1 commit b221da4Copy full SHA for b221da4
.github/workflows/ci-checks.yml
@@ -32,10 +32,10 @@ jobs:
32
- name: Run unit test with test service
33
uses: nick-fields/retry@v3
34
with:
35
- max_attempts: 1
+ 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 "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 && exit 1"
39
40
- name: Upload coverage artifacts
41
if: always()
0 commit comments