diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4a61470..53ac435 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,9 +21,7 @@ jobs: run: mvn -B test - name: Run tests and generate JaCoco report - uses: coactions/setup-xvfb@v1 - with: - run: mvn jacoco:prepare-agent test install jacoco:report + run: mvn jacoco:prepare-agent test install jacoco:report - name: Generate JaCoCo Badge id: jacoco