Skip to content

Commit 7c783fc

Browse files
Update graalvmTest.yml
1 parent 2ee2b77 commit 7c783fc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/graalvmTest.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ jobs:
1818
with:
1919
distribution: graalvm
2020
java-version: ${{ matrix.distribution }}
21-
- name: Build with Maven
22-
run: mvn clean install
21+
- name: List compiled classes
22+
run: ls -R target/classes
2323
- name: Application Test
24-
run: native-image -cp target/classes HelloWorldAppApplication
24+
run: |
25+
native-image -cp target/classes com.example.HelloWorldAppApplication
26+
27+

0 commit comments

Comments
 (0)