Skip to content

Commit

Permalink
#2029 test reporter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alstanchev authored Oct 1, 2024
1 parent 5f8e519 commit fe14e9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ jobs:
uses: dorny/test-reporter@v1
with:
name: Sync Completely Enabled Surefire Tests
path: 'ditto-testing/**/target/failsafe-reports/*.xml'
path: '**/target/failsafe-reports/*.xml'
reporter: java-junit
fail-on-error: true
working-directory: ./ditto-testing

0 comments on commit fe14e9b

Please sign in to comment.