Skip to content

Commit 2ee2b77

Browse files
Update graalvmTest.yml
1 parent 9f30a1f commit 2ee2b77

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/graalvmTest.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
with:
1919
distribution: graalvm
2020
java-version: ${{ matrix.distribution }}
21+
- name: Build with Maven
22+
run: mvn clean install
2123
- name: Application Test
22-
run: |
23-
java -cp java HelloWorldAppApplication
24-
native-image -cp java HelloWorldAppApplication
25-
24+
run: native-image -cp target/classes HelloWorldAppApplication

0 commit comments

Comments
 (0)