From 97d5b9018ac8e1aa1bfd91333e635ec45953a3a1 Mon Sep 17 00:00:00 2001 From: Anton Malinskiy Date: Fri, 20 Sep 2024 20:10:09 +1000 Subject: [PATCH] chore(ci): fix report paths --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09a750fd9..1b2ef3349 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: uses: mikepenz/action-junit-report@v3 if: always() with: - report_paths: '**/build/test-results/test/TEST-*.xml' + report_paths: '**/build/test-results/*/TEST-*.xml' - name: detekt run: | ./gradlew clean detektCheck || true