Skip to content

Commit

Permalink
only install xvfb on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Meech committed Jul 8, 2024
1 parent 425410b commit 17bd983
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
# - name: Install blosc
# run: sudo apt install libblosc-dev
- name: Install xvfb
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install xvfb

- name: Build with maven
run: xvfb-run --auto-servernum mvn -B package --file pom.xml

0 comments on commit 17bd983

Please sign in to comment.