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.
2 parents 5f0a246 + 043b275 commit 504a87fCopy full SHA for 504a87f
2 files changed
.github/workflows/lint-and-test-dev.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Test
58
run: ./gradlew test
59
- name: Publish Test Report
60
- uses: mikepenz/action-junit-report@v5
+ uses: mikepenz/action-junit-report@v6
61
if: always()
62
with:
63
report_paths: '**/build/test-results/test/TEST-*.xml'
.github/workflows/test-main.yml
@@ -61,7 +61,7 @@ jobs:
64
65
66
67
0 commit comments