Skip to content

Commit 71c0b44

Browse files
authored
Merge pull request #105 from oracle/ni-build-reports
Enable Native Image build reports for build jobs and PRs
2 parents 9ab4f2a + a8afe2e commit 71c0b44

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/test-all-metadata.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
java-version: ${{ matrix.java-version }}
5252
components: 'native-image'
5353
github-token: ${{ secrets.GITHUB_TOKEN }}
54+
native-image-job-reports: 'true'
5455
- name: "🧪 Run '${{ matrix.coordinates }}' tests"
5556
run: |
5657
./gradlew test -Pcoordinates=${{ matrix.coordinates }}

.github/workflows/test-changed-metadata.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
java-version: ${{ matrix.java-version }}
5454
components: 'native-image'
5555
github-token: ${{ secrets.GITHUB_TOKEN }}
56+
native-image-job-reports: 'true'
57+
native-image-pr-reports: 'true'
5658
- name: "🧪 Run '${{ matrix.coordinates }}' tests"
5759
run: |
5860
./gradlew test -Pcoordinates=${{ matrix.coordinates }}

0 commit comments

Comments
 (0)