only run summary if there were any tests to run
This commit is contained in:
1
.github/actions/service-tests/action.yml
vendored
1
.github/actions/service-tests/action.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user