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 6aa74a2 commit ac8b53eCopy full SHA for ac8b53e
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
git config --global user.name "GitHub Actions"
25
./gradlew build --no-daemon --stacktrace
26
- name: Publish Test Report
27
- uses: mikepenz/action-junit-report@v5
+ uses: mikepenz/action-junit-report@v6
28
if: always()
29
with:
30
report_paths: '**/build/test-results/test/TEST-*.xml'
0 commit comments