Skip to content

Commit 4421f5a

Browse files
committed
chore: archiving of tests should always run
1 parent 0582bc5 commit 4421f5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
run: |
118118
./gradlew --no-daemon jacocoTestReport
119119
- uses: ./.github/actions/shared-test-archiving
120+
if: always()
120121
with:
121122
allure-report-name: ${{ github.sha }}-test-native-image-allurereport-${{ matrix.os }}
122123
allure-results-name: ${{ github.sha }}-test-native-image-allure-results-${{ matrix.os }}
@@ -147,6 +148,7 @@ jobs:
147148
run: |
148149
./gradlew --no-daemon jacocoTestReport
149150
- uses: ./.github/actions/shared-test-archiving
151+
if: always()
150152
with:
151153
allure-report-name: ${{ github.sha }}-test-jvm-allurereport-${{ matrix.os }}
152154
allure-results-name: ${{ github.sha }}-test-jvm-allure-results-${{ matrix.os }}

0 commit comments

Comments
 (0)