Skip to content

Commit

Permalink
#2029 test reports publishing tests path
Browse files Browse the repository at this point in the history
  • Loading branch information
alstanchev authored Oct 2, 2024
1 parent ccd80a6 commit 98606ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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/**/*IT.xml'
path: 'ditto-testing/**/target/failsafe-reports/**/*.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: /**/failsafe-reports/TEST-*IT.xml
path: '**/failsafe-reports/TEST-*IT.xml'
reporter: java-junit
working-directory: ./ditto-testing

0 comments on commit 98606ef

Please sign in to comment.