Przeglądaj źródła

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

Sebastian Stenzel 3 lat temu
rodzic
commit
156e7bbb91
1 zmienionych plików z 1 dodań i 1 usunięć
  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