Skip to content

Commit

Permalink
Add an example JVM flag
Browse files Browse the repository at this point in the history
  • Loading branch information
yogyagamage committed Nov 6, 2024
1 parent cdb5cd5 commit eaa9b8d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}
cache: 'maven'
- name: Build and Test
run: >
xvfb-run
mvn -B verify -Djavafx.platform=linux
jacoco:report
-Pcoverage
run: |
export MAVEN_OPTS="-XX:+PrintFlagsFinal"
xvfb-run mvn -B verify -Djavafx.platform=linux jacoco:report -Pcoverage
unset MAVEN_OPTS
- name: Get JaCoCo Coverage
id: coverage
run: |
Expand Down

0 comments on commit eaa9b8d

Please sign in to comment.