Skip to content

Commit

Permalink
Ensure GraalVM Native Build Compatibility
Browse files Browse the repository at this point in the history
Motivation:
Ensure GraalVM Native Build Compatibility

Modifications:
Add Native build test

Result:
Ensured GraalVM Native Build Compatibility
  • Loading branch information
jchrys committed Feb 16, 2024
1 parent 9943794 commit 55f8f7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-graalvm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:

- name: Build and run native image
run: |
${{ github.workspace }}/mvnw package
${{ github.workspace }}/test-native-image/target/test-native-image
./mvnw package
./test-native-image/target/test-native-image

0 comments on commit 55f8f7f

Please sign in to comment.