Skip to content

Commit

Permalink
Fix GT workflow for native-image.yml
Browse files Browse the repository at this point in the history
Fix the image name that is run
  • Loading branch information
rob-bygrave authored Oct 17, 2023
1 parent f1f8129 commit 2d3c13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
mvn clean install -DskipTests
cd tests/test-native-image
mvn clean package -Pnative
./target/test-native -Davaje.profiles=admin
./target/test-native-image -Davaje.profiles=admin

0 comments on commit 2d3c13b

Please sign in to comment.