diff --git a/.github/workflows/daily-tests.yml b/.github/workflows/daily-tests.yml index 7a5d28b0aff01..fe89de88eaffb 100644 --- a/.github/workflows/daily-tests.yml +++ b/.github/workflows/daily-tests.yml @@ -49,7 +49,7 @@ jobs: github-token: '${{ secrets.GH_PAT }}' - name: Run Service tests - run: npm run test:services + run: npm run test:services -- --reporter json --reporter-option 'output=reports/service-tests.json' if: always() env: RETRY_COUNT: 3 @@ -69,5 +69,4 @@ jobs: if: always() run: | echo '# Services' >> $GITHUB_STEP_SUMMARY - sed -e 's/^/- /' pull-request-services.log >> $GITHUB_STEP_SUMMARY node scripts/mocha2md.js Report reports/service-tests.json >> $GITHUB_STEP_SUMMARY