From 2dccd3d040aba3b6b1f36f8fc28d2da850675467 Mon Sep 17 00:00:00 2001 From: chris48s Date: Mon, 19 Sep 2022 15:27:14 +0100 Subject: [PATCH] only run summary if there were any tests to run --- .github/actions/service-tests/action.yml | 1 - 1 file changed, 1 deletion(-) 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