only run summary if there were any tests to run

This commit is contained in:
chris48s
2022-09-19 15:27:14 +01:00
parent b8ce38a041
commit 2dccd3d040

View File

@@ -16,7 +16,6 @@ runs:
RETRY_COUNT: 3
- name: Write Markdown Summary
if: always()
run: |
node scripts/mocha2md.js Services reports/service-tests.json >> $GITHUB_STEP_SUMMARY
shell: bash