Skip to content

Commit 9f30a1f

Browse files
Update graalvmTest.yml
1 parent ba9417b commit 9f30a1f

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/graalvmTest.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,8 @@ jobs:
1818
with:
1919
distribution: graalvm
2020
java-version: ${{ matrix.distribution }}
21-
- name: Maven Test
22-
run: mvn clean install
23-
- name: Application Testing
24-
run: |
25-
timeout 15s mvn exec:java
26-
if [ $? -eq 124 ]; then
27-
echo "Process timed out"
28-
else
29-
echo "Process finished with exit code $?"
30-
fi
21+
- name: Application Test
22+
run: |
23+
java -cp java HelloWorldAppApplication
24+
native-image -cp java HelloWorldAppApplication
25+

0 commit comments

Comments
 (0)