diff --git a/.github/actions/service-tests/action.yml b/.github/actions/service-tests/action.yml index f532c33bef..4ea2bc625a 100644 --- a/.github/actions/service-tests/action.yml +++ b/.github/actions/service-tests/action.yml @@ -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