Install xvfb before building
This commit is contained in:
parent
1aea35f8e5
commit
3ea65e06bc
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@ -20,5 +20,7 @@ jobs:
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 11
|
||||
- name: Install xvfb
|
||||
run: sudo apt-get install xvfb
|
||||
- name: Build with Maven
|
||||
run: mvn clean verify
|
||||
|
Loading…
x
Reference in New Issue
Block a user