1
0
mirror of https://github.com/badges/shields.git synced 2025-04-18 19:44:04 +03:00
This commit is contained in:
chris48s 2024-07-01 20:18:46 +01:00
parent 589913328f
commit e30dd79243

View File

@ -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