Skip to content

Commit ea7a1c3

Browse files
mandyschenMandy Chen
andauthored
Always upload artifacts (#1016)
* Always upload artifacts * Test upload after fail * Try with running test * Remove forced fail --------- Co-authored-by: Mandy Chen <[email protected]>
1 parent d1a2f43 commit ea7a1c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
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
41+
if: always()
4142
uses: actions/upload-artifact@v4
4243
with:
4344
name: unit-test-with-test-service-coverage
@@ -67,6 +68,7 @@ jobs:
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
@@ -94,6 +96,7 @@ jobs:
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

0 commit comments

Comments
 (0)