Skip to content

Commit b6c0196

Browse files
committed
Upload Open Test Reports for the right GitHub Action jobs
1 parent 1c2eab0 commit b6c0196

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/cross-version.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ jobs:
6666
-Dscan.tag.JDK_${{ matrix.jdk.version }} \
6767
build \
6868
--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'
6974
openj9:
7075
strategy:
7176
fail-fast: false

.github/workflows/reproducible-build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,3 @@ jobs:
3434
shell: bash
3535
run: |
3636
./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

Comments
 (0)