Skip to content

Commit a8afe2e

Browse files
committed
Enable Native Image job and PR reports.
Context: https://medium.com/@fniephaus/351aca964a55
1 parent af4105d commit a8afe2e

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)