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 fba2f89 commit ce5ef0dCopy full SHA for ce5ef0d
.github/workflows/build-and-test.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: ⚙️ Run build
32
run: ./gradlew build --no-daemon --scan --write-locks
33
- name: Publish Test Report
34
- uses: mikepenz/action-junit-report@v4
+ uses: mikepenz/action-junit-report@v5
35
if: always()
36
with:
37
report_paths: '**/build/test-results/*/*.xml'
0 commit comments