From e382a18f27d42b430f6fa3ffe056ee101a34faed Mon Sep 17 00:00:00 2001 From: This-Is-Ko <52279273+This-Is-Ko@users.noreply.github.com> Date: Mon, 2 Oct 2023 01:16:12 +1100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 36b3f3e..c2fca94 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,6 +33,6 @@ jobs: if: always() with: name: Maven Tests - path: target/surefire-reports/*.xml + path: '**/build/test-results/TEST-*.xml' reporter: java-junit fail-on-error: true