Use GabrielBB/xvfb-action

This commit is contained in:
Ilkka Seppälä 2020-06-14 18:33:48 +03:00
parent 3ea65e06bc
commit f28a63a46c

View File

@ -20,7 +20,8 @@ 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
uses: GabrielBB/xvfb-action@v1.2
with:
working-directory: ./ #optional
run: mvn clean verify