We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd80a6 commit 98606efCopy full SHA for 98606ef
.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/**/*IT.xml'
+ path: 'ditto-testing/**/target/failsafe-reports/**/*.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: /**/failsafe-reports/TEST-*IT.xml
+ path: '**/failsafe-reports/TEST-*IT.xml'
367
reporter: java-junit
368
working-directory: ./ditto-testing
369
0 commit comments