Skip to content

Commit

Permalink
use xvfb for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Meech committed Jun 25, 2024
1 parent 27e3c41 commit 8fefd92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

# - name: Install blosc
# run: sudo apt install libblosc-dev
# - name: Install xvfb
# run: sudo apt-get install xvfb
- name: Install xvfb
run: sudo apt-get install xvfb
- name: Build with maven
run: mvn -B package --file pom.xml # for testing with graphics prepend: xvfb-run --auto-servernum
run: xvfb-run --auto-servernum mvn -B package --file pom.xml

0 comments on commit 8fefd92

Please sign in to comment.