Skip to content

Commit 156b13d

Browse files
authored
#2029 test reports publishing fix (2)
1 parent 3ead88f commit 156b13d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/system-tests.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -358,11 +358,12 @@ jobs:
358358
path: 'ditto-testing/docker/*.log'
359359

360360

361-
- name: Publish Test Report
362-
if: success() || failure()
363-
uses: scacap/action-surefire-report@v1
361+
- name: Publish Test Results
362+
uses: dorny/test-reporter@v1
364363
with:
365-
report_paths: 'ditto-testing/**/failsafe-reports/TEST-*.xml'
366-
create_check: 'false'
367-
fail_on_test_failures: 'true'
364+
name: Test Results | ${{ env.DITTO_BRANCH }}
365+
artifact: system-test-results-${{ env.DITTO_BRANCH }}-${{ github.run_number }}
366+
path: ditto-testing/**/failsafe-reports/TEST-*IT.xml
367+
reporter: java-junit
368+
fail-on-error: true
368369

0 commit comments

Comments
 (0)