Use GabrielBB/xvfb-action
This commit is contained in:
parent
3ea65e06bc
commit
f28a63a46c
7
.github/workflows/maven.yml
vendored
7
.github/workflows/maven.yml
vendored
@ -20,7 +20,8 @@ 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
|
||||||
run: mvn clean verify
|
uses: GabrielBB/xvfb-action@v1.2
|
||||||
|
with:
|
||||||
|
working-directory: ./ #optional
|
||||||
|
run: mvn clean verify
|
||||||
|
Loading…
x
Reference in New Issue
Block a user