mirror of
https://github.com/badges/shields.git
synced 2025-04-18 19:44:04 +03:00
wip
This commit is contained in:
parent
589913328f
commit
e30dd79243
3
.github/workflows/daily-tests.yml
vendored
3
.github/workflows/daily-tests.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user