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 1c2eab0 commit b6c0196Copy full SHA for b6c0196
.github/workflows/cross-version.yml
@@ -66,6 +66,11 @@ jobs:
66
-Dscan.tag.JDK_${{ matrix.jdk.version }} \
67
build \
68
--configuration-cache
69
+ - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
70
+ if: ${{ always() }}
71
+ with:
72
+ name: Open Test Reports (${{ github.job }})
73
+ path: '**/build/reports/open-test-report.html'
74
openj9:
75
strategy:
76
fail-fast: false
.github/workflows/reproducible-build.yml
@@ -34,8 +34,3 @@ jobs:
34
shell: bash
35
run: |
36
./gradle/scripts/checkBuildReproducibility.sh
37
- - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
38
- if: ${{ always() }}
39
- with:
40
- name: Open Test Reports (${{ github.job }})
41
- path: '**/build/reports/open-test-report.html'
0 commit comments