Skip to content

Commit

Permalink
chore(ci): fix report paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Sep 20, 2024
1 parent 8bb86b6 commit 97d5b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97d5b90

Please sign in to comment.