Skip to content

Commit

Permalink
#2029 test reports publishing fix (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
alstanchev authored Oct 2, 2024
1 parent 156b13d commit ccd80a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: system-test-results
path: 'ditto-testing/**/target/failsafe-reports/**/*.xml'
path: 'ditto-testing/**/target/failsafe-reports/**/*IT.xml'

- name: Upload services logs
if: env.GITHUB_ACTOR != 'nektos/act'
Expand All @@ -363,7 +363,7 @@ jobs:
with:
name: Test Results | ${{ env.DITTO_BRANCH }}
artifact: system-test-results-${{ env.DITTO_BRANCH }}-${{ github.run_number }}
path: ditto-testing/**/failsafe-reports/TEST-*IT.xml
path: /**/failsafe-reports/TEST-*IT.xml
reporter: java-junit
fail-on-error: true
working-directory: ./ditto-testing

0 comments on commit ccd80a6

Please sign in to comment.