graalvm / setup-graalvm

GitHub Action for setting up GraalVM distributions.
https://www.graalvm.org
Universal Permissive License v1.0
195 stars 28 forks source link

What does `native-image-job-reports` do? #77

Closed linghengqian closed 10 months ago

linghengqian commented 10 months ago

If set to 'true', post a job summary containing a Native Image build report.

fniephaus commented 10 months ago

Hey @linghengqian,

native-image-job-reports creates so called job summaries.

Here's an example: https://github.com/graalvm/setup-graalvm/actions/runs/6745189532#summary-18336530605

Note that, unlike PR comments, job summaries can expire. Here's an example: https://github.com/graalvm/setup-graalvm/actions/runs/6247687710#summary-16960781902

Hope this helps and happy building!