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 133c8e6 commit 173236aCopy full SHA for 173236a
.github/workflows/pipeline.yml
@@ -40,7 +40,7 @@ jobs:
40
./mvnw javadoc:javadoc
41
42
- name: Publish Test Report
43
- uses: mikepenz/action-junit-report@v4
+ uses: mikepenz/action-junit-report@v5
44
if: success() || failure() # always run even if the previous step fails
45
with:
46
report_paths: '**/target/*-reports/TEST-*.xml'
0 commit comments