We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdcb174 + 1e5ead6 commit 45d3c3fCopy full SHA for 45d3c3f
1 file changed
.github/workflows/maven.yml
@@ -29,3 +29,8 @@ jobs:
29
cache: maven
30
- name: Build with Maven
31
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