We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156b13d commit ccd80a6Copy full SHA for ccd80a6
.github/workflows/system-tests.yml
@@ -348,7 +348,7 @@ jobs:
348
uses: actions/upload-artifact@v3
349
with:
350
name: system-test-results
351
- path: 'ditto-testing/**/target/failsafe-reports/**/*.xml'
+ path: 'ditto-testing/**/target/failsafe-reports/**/*IT.xml'
352
353
- name: Upload services logs
354
if: env.GITHUB_ACTOR != 'nektos/act'
@@ -363,7 +363,7 @@ jobs:
363
364
name: Test Results | ${{ env.DITTO_BRANCH }}
365
artifact: system-test-results-${{ env.DITTO_BRANCH }}-${{ github.run_number }}
366
- path: ditto-testing/**/failsafe-reports/TEST-*IT.xml
+ path: /**/failsafe-reports/TEST-*IT.xml
367
reporter: java-junit
368
- fail-on-error: true
+ working-directory: ./ditto-testing
369
0 commit comments