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 a42485d commit 5f166e7Copy full SHA for 5f166e7
.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@v5
+ uses: mikepenz/action-junit-report@v6
44
if: success() || failure() # always run even if the previous step fails
45
with:
46
report_paths: '**/target/*-reports/TEST-*.xml'
0 commit comments