Skip to content

Commit

Permalink
Merge pull request #105 from oracle/ni-build-reports
Browse files Browse the repository at this point in the history
Enable Native Image build reports for build jobs and PRs
  • Loading branch information
dnestoro authored Nov 30, 2022
2 parents 9ab4f2a + a8afe2e commit 71c0b44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-all-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 2 additions & 0 deletions .github/workflows/test-changed-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 71c0b44

Please sign in to comment.