From bfceabc44a46a4db04ddb749a41433020ea9ee9c Mon Sep 17 00:00:00 2001 From: creme332 <65414576+creme332@users.noreply.github.com> Date: Sat, 9 Dec 2023 19:13:48 +0400 Subject: [PATCH] reset to initial state --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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