Fix xvfb setup
This commit is contained in:
5
.github/workflows/maven.yml
vendored
5
.github/workflows/maven.yml
vendored
@ -20,6 +20,7 @@ jobs:
|
|||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 11
|
java-version: 11
|
||||||
|
- name: Install xvfb
|
||||||
|
run: sudo apt-get install xvfb
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
uses: GabrielBB/xvfb-action@v1.2
|
run: xvfb-run mvn clean verify
|
||||||
run: mvn clean verify
|
|
||||||
|
Reference in New Issue
Block a user