Skip to content

Commit

Permalink
#2029 surefire action reporter added
Browse files Browse the repository at this point in the history
  • Loading branch information
alstanchev authored Oct 1, 2024
1 parent fe14e9b commit c87f6fd
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,12 +356,11 @@ jobs:
with:
name: system-services-logs
path: 'ditto-testing/docker/*.log'

- name: Visualise Test Reports
uses: dorny/test-reporter@v1


- name: Publish Test Report
if: success() || failure()
uses: scacap/action-surefire-report@v1
with:
name: Sync Completely Enabled Surefire Tests
path: '**/target/failsafe-reports/*.xml'
reporter: java-junit
fail-on-error: true
working-directory: ./ditto-testing
report_paths: 'ditto-testing/**/failsafe-reports/TEST-*.xml'

0 comments on commit c87f6fd

Please sign in to comment.