Explorar o código

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

Sebastian Stenzel %!s(int64=3) %!d(string=hai) anos
pai
achega
156e7bbb91
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/pullrequest.yml

+ 1 - 1
.github/workflows/pullrequest.yml

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