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 c6c1f30 commit a7eff57Copy full SHA for a7eff57
.github/workflows/build.yml
@@ -69,8 +69,7 @@ jobs:
69
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
70
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
71
72
- - name: Publish Test Report
73
- uses: mikepenz/action-junit-report@v2
74
- if: always() # always run even if the previous step fails
+ - name: Publish unit test results
+ uses: EnricoMi/[email protected]
75
with:
76
- report_paths: 'target/**/TEST**.xml'
+ files: target/**/TEST**.xml
0 commit comments