Skip to content

Commit 2d3c13b

Browse files
authored
Fix GT workflow for native-image.yml
Fix the image name that is run
1 parent f1f8129 commit 2d3c13b

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)