diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 791800b..ed4165f 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -46,7 +46,7 @@ jobs: if: success() || failure() with: name: ciMavenReport-full-${{ github.run_id }} - path: target/consolidated-reports + path: target/surefire-reports - name: Test Report uses: dorny/test-reporter@v1 if: success() || failure() # run this step even if previous step failed diff --git a/pom.xml b/pom.xml index 343a680..3072418 100644 --- a/pom.xml +++ b/pom.xml @@ -123,7 +123,7 @@ - ${project.build.directory}/consolidated-reports + ${project.build.directory}/surefire-reports false xml