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 bba3217 commit e5aef63Copy full SHA for e5aef63
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
run: mvn -B spotless:apply clean install
69
70
- name: Publish Test Report
71
- uses: mikepenz/action-junit-report@v5
+ uses: mikepenz/action-junit-report@v6
72
if: success() || failure() # always run even if the previous step fails
73
with:
74
report_paths: '**/target/surefire-reports/TEST-*.xml'
0 commit comments