Skip to content

Commit e70c4dc

Browse files
Update graalvmTest.yml
1 parent 1e436f0 commit e70c4dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/graalvmTest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ jobs:
2121
- name: List compiled classes
2222
run: ls -R target/classes
2323
- name: Application Test
24-
run: native-image -cp target/classes com.test.HelloWorldApp.HelloWorldAppApplication
24+
run: |
25+
java -cp target/classes com.test.HelloWorldApp.HelloWorldAppApplication
26+
native-image -cp target/classes com.test.HelloWorldApp.HelloWorldAppApplication

0 commit comments

Comments
 (0)