From 90bbd29857139fd01029ddb5546921949c9f85dc Mon Sep 17 00:00:00 2001 From: Jose Roman Martin Gil Date: Fri, 9 Jul 2021 11:51:12 +0200 Subject: [PATCH] :wrench: Located unit test reports --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e140fa6..5e8beaa 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,4 +29,4 @@ jobs: uses: EnricoMi/publish-unit-test-result-action@v1 if: always() with: - files: surefire-reports/**/*.xml + files: target/surefire-reports/**/*.xml