Skip to content

Commit 1e436f0

Browse files
Update graalvmTest.yml
1 parent 7c783fc commit 1e436f0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/graalvmTest.yml

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

0 commit comments

Comments
 (0)