Skip to content

Commit 45d3c3f

Browse files
authored
Merge pull request #5 from stephengold/sgold-run-hello-world
maven.yml: add app execution
2 parents bdcb174 + 1e5ead6 commit 45d3c3f

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)