also run PR tests in virtual x environment (allowing UI tests)

This commit is contained in:
Sebastian Stenzel
2022-03-23 11:03:59 +01:00
parent aebe848bef
commit 156e7bbb91

View File

@@ -23,4 +23,4 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}
cache: 'maven'
- name: Build and Test
run: mvn -B clean install jacoco:report -Pcoverage,dependency-check
run: xvfb-run mvn -B clean install jacoco:report -Pcoverage,dependency-check