Skip to content

Commit c6c1f30

Browse files
committed
Trying other Junit reporter
1 parent e5c678b commit c6c1f30

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

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

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

0 commit comments

Comments
 (0)