Skip to content

Commit

Permalink
Use -H:+ReportExceptionStackTraces in workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Mar 20, 2024
1 parent 3fbd6f8 commit e97e9f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reachability-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ on:
env:
REACHABILITY_METADATA_PATH: ${{ github.workspace }}/graalvm-reachability-metadata
MINIMUM_METADATA_JAVA_VERSION: 17
NATIVE_IMAGE_OPTIONS: '-H:+ReportExceptionStackTraces'

permissions:
contents: read # to fetch code (actions/checkout)
Expand Down

0 comments on commit e97e9f0

Please sign in to comment.