Skip to content

Commit b37093d

Browse files
authored
Merge pull request #106 from avaje/rob-bygrave-patch-1
Fix GT workflow for native-image.yml
2 parents f1f8129 + 2d3c13b commit b37093d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/native-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
mvn clean install -DskipTests
3737
cd tests/test-native-image
3838
mvn clean package -Pnative
39-
./target/test-native -Davaje.profiles=admin
39+
./target/test-native-image -Davaje.profiles=admin

0 commit comments

Comments
 (0)