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