We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0582bc5 commit 4421f5aCopy full SHA for 4421f5a
.github/workflows/ci-build.yml
@@ -117,6 +117,7 @@ jobs:
117
run: |
118
./gradlew --no-daemon jacocoTestReport
119
- uses: ./.github/actions/shared-test-archiving
120
+ if: always()
121
with:
122
allure-report-name: ${{ github.sha }}-test-native-image-allurereport-${{ matrix.os }}
123
allure-results-name: ${{ github.sha }}-test-native-image-allure-results-${{ matrix.os }}
@@ -147,6 +148,7 @@ jobs:
147
148
149
150
151
152
153
allure-report-name: ${{ github.sha }}-test-jvm-allurereport-${{ matrix.os }}
154
allure-results-name: ${{ github.sha }}-test-jvm-allure-results-${{ matrix.os }}
0 commit comments