Skip to content

Commit a7eff57

Browse files
committed
Reverted back to other plugin
1 parent c6c1f30 commit a7eff57

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ jobs:
6969
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
7070
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
7171

72-
- name: Publish Test Report
73-
uses: mikepenz/action-junit-report@v2
74-
if: always() # always run even if the previous step fails
72+
- name: Publish unit test results
73+
uses: EnricoMi/[email protected]
7574
with:
76-
report_paths: 'target/**/TEST**.xml'
75+
files: target/**/TEST**.xml

0 commit comments

Comments
 (0)