From d77b8ce451312ef25bb13948d2b6a72fa98a6119 Mon Sep 17 00:00:00 2001 From: vitalyster Date: Wed, 31 Mar 2021 01:01:43 +0300 Subject: Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 008b2e2b..80a41df7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,5 +26,5 @@ jobs: run: mvn package - uses: mikepenz/action-junit-report@v2 with: - report_paths: '**/build/test-results/test/TEST-*.xml' + report_paths: '**/target/surefire-reports/TEST-*.xml' github_token: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3