Skip to content

Commit 1e5ead6

Browse files
committed
maven.yml: add app execution
1 parent bdcb174 commit 1e5ead6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ jobs:
2929
cache: maven
3030
- name: Build with Maven
3131
run: mvn -B package --file pom.xml
32+
- name: Execute the HelloWorld app
33+
run: |
34+
$JAVA_HOME/bin/java --enable-preview \
35+
-cp target/JoltPhysics-JavaFFM-5.5.0-jar-with-dependencies.jar \
36+
volucris.bindings.jolt.HelloWorld

0 commit comments

Comments
 (0)