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.
2 parents 9ab4f2a + a8afe2e commit 71c0b44Copy full SHA for 71c0b44
.github/workflows/test-all-metadata.yml
@@ -51,6 +51,7 @@ jobs:
51
java-version: ${{ matrix.java-version }}
52
components: 'native-image'
53
github-token: ${{ secrets.GITHUB_TOKEN }}
54
+ native-image-job-reports: 'true'
55
- name: "🧪 Run '${{ matrix.coordinates }}' tests"
56
run: |
57
./gradlew test -Pcoordinates=${{ matrix.coordinates }}
.github/workflows/test-changed-metadata.yml
@@ -53,6 +53,8 @@ jobs:
+ native-image-pr-reports: 'true'
58
59
60
0 commit comments