From a8afe2e247d8bf425bc326d7a8ba5c265dccd135 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Tue, 8 Nov 2022 16:41:18 +0100 Subject: [PATCH] Enable Native Image job and PR reports. Context: https://medium.com/@fniephaus/351aca964a55 --- .github/workflows/test-all-metadata.yml | 1 + .github/workflows/test-changed-metadata.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/test-all-metadata.yml b/.github/workflows/test-all-metadata.yml index 4c5900670..813aabeb1 100644 --- a/.github/workflows/test-all-metadata.yml +++ b/.github/workflows/test-all-metadata.yml @@ -51,6 +51,7 @@ jobs: java-version: ${{ matrix.java-version }} components: 'native-image' github-token: ${{ secrets.GITHUB_TOKEN }} + native-image-job-reports: 'true' - name: "🧪 Run '${{ matrix.coordinates }}' tests" run: | ./gradlew test -Pcoordinates=${{ matrix.coordinates }} diff --git a/.github/workflows/test-changed-metadata.yml b/.github/workflows/test-changed-metadata.yml index d0e483a52..137670b13 100644 --- a/.github/workflows/test-changed-metadata.yml +++ b/.github/workflows/test-changed-metadata.yml @@ -53,6 +53,8 @@ jobs: java-version: ${{ matrix.java-version }} components: 'native-image' github-token: ${{ secrets.GITHUB_TOKEN }} + native-image-job-reports: 'true' + native-image-pr-reports: 'true' - name: "🧪 Run '${{ matrix.coordinates }}' tests" run: | ./gradlew test -Pcoordinates=${{ matrix.coordinates }}