Skip to content

Commit 4c40fd6

Browse files
committed
Replace mikepenz with dorny report on tests
1 parent 0059d54 commit 4c40fd6

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/pr-module-functional-tests.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,14 @@ jobs:
4848
echo "exit_code=$result" >> "$GITHUB_OUTPUT"
4949
5050
- name: Format build output for PR comment
51-
if: steps.build.outputs.exit_code != '0'
52-
uses: mikepenz/action-junit-report@v4
51+
if: always()
52+
uses: dorny/test-reporter@v2
5353
with:
54-
report_paths: |
55-
**/target/failsafe-reports/TEST-*.xml
56-
comment: true
57-
updateComment: true
54+
name: Functional Tests
55+
path: '**/target/failsafe-reports/TEST-*.xml'
56+
reporter: java-junit
57+
fail-on-error: true
5858
token: ${{ secrets.GITHUB_TOKEN }}
59-
issue-number: ${{ github.event.pull_request.number }}
6059

6160
- name: Fail if functional tests failed
6261
if: steps.build.outputs.exit_code != '0'

0 commit comments

Comments
 (0)