Skip to content

Commit c87f6fd

Browse files
authoredOct 1, 2024··
#2029 surefire action reporter added
1 parent fe14e9b commit c87f6fd

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed
 

‎.github/workflows/system-tests.yml

+7-8
Original file line numberDiff line numberDiff line change
@@ -356,12 +356,11 @@ jobs:
356356
with:
357357
name: system-services-logs
358358
path: 'ditto-testing/docker/*.log'
359-
360-
- name: Visualise Test Reports
361-
uses: dorny/test-reporter@v1
359+
360+
361+
- name: Publish Test Report
362+
if: success() || failure()
363+
uses: scacap/action-surefire-report@v1
362364
with:
363-
name: Sync Completely Enabled Surefire Tests
364-
path: '**/target/failsafe-reports/*.xml'
365-
reporter: java-junit
366-
fail-on-error: true
367-
working-directory: ./ditto-testing
365+
report_paths: 'ditto-testing/**/failsafe-reports/TEST-*.xml'
366+

0 commit comments

Comments
 (0)