Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
eckig committed Oct 30, 2024
1 parent 284f0f3 commit 30a0d89
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -26,6 +26,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Run headless test
uses: coactions/setup-xvfb@v1
with:
run: mvn -B test package --file pom.xml
- if: runner.os == 'Linux'
run: xvfb-run mvn -B test package --file pom.xml
- if: runner.os != 'Linux'
run: mvn -B test package --file pom.xml

0 comments on commit 30a0d89

Please sign in to comment.