Skip to content

Commit

Permalink
#2029 test reports publishing fix (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
alstanchev authored Oct 2, 2024
1 parent 3ead88f commit 156b13d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,11 +358,12 @@ jobs:
path: 'ditto-testing/docker/*.log'


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

0 comments on commit 156b13d

Please sign in to comment.