We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c4a2b commit 1a2562aCopy full SHA for 1a2562a
.github/workflows/build-test-lint.yaml
@@ -61,7 +61,7 @@ jobs:
61
task: app:createGmsDebugUnitTestCoverageReport
62
gradle-cache-encryption-key: ${{ secrets.GradleEncryptionKey }}
63
- name: JUnit Report Action
64
- uses: mikepenz/action-junit-report@v5
+ uses: mikepenz/action-junit-report@v6
65
with:
66
report_paths: "**/TEST-*.xml"
67
detailed_summary: true
.github/workflows/espresso.yaml
@@ -142,7 +142,7 @@ jobs:
142
path: ./project/app/build/reports/androidTests/connected/
143
144
- name: Espresso JUnit Report
145
146
if: always()
147
148
0 commit comments