Install xvfb before building

This commit is contained in:
Ilkka Seppälä 2020-06-14 18:23:25 +03:00
parent 1aea35f8e5
commit 3ea65e06bc

View File

@ -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