Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create GitHub Summary from NI report outputs. #14

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,12 @@ jobs:
- name: Run setup-graalvm action
uses: ./
with:
version: 'latest'
version: 'dev' # report output option wasn't released yet
java-version: '17'
components: 'native-image'
native-image-musl: 'true'
native-image-report-artifact: 'true'
native-image-report-build: 'true'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build static HelloWorld executable with GraalVM Native Image and musl
run: |
Expand Down
8 changes: 8 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ inputs:
required: false
description: 'Set up musl for static image building with GraalVM Native Image.'
default: 'false'
native-image-report-build:
required: false
description: 'Generate report of Native-Image build.'
default: 'false'
native-image-report-artifact:
required: false
description: 'Generate report of Native-Image artifact.'
default: 'false'
runs:
using: 'node16'
main: 'dist/main/index.js'
Expand Down
54,032 changes: 30,025 additions & 24,007 deletions dist/cleanup/index.js

Large diffs are not rendered by default.

Loading