From e30dd792439e58c83317d457915e7f0be11ce293 Mon Sep 17 00:00:00 2001 From: chris48s Date: Mon, 1 Jul 2024 20:18:46 +0100 Subject: [PATCH] wip --- .github/workflows/daily-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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