From dc464f396db25f8048b854b43edb0b80fc7296f7 Mon Sep 17 00:00:00 2001 From: Will Barnett Date: Mon, 11 Mar 2024 13:26:17 +0000 Subject: [PATCH] GitHub workflow output coverage summary report using windows powershell commands. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8213eac..4bd1854 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -194,4 +194,4 @@ jobs: - name: Output coverage to summary if: success() || failure() && steps.run-unit-tests.outcome == 'success' - run: cat ./platform/reports/SummaryGithub.md >> $GITHUB_STEP_SUMMARY + run: $Env:GITHUB_STEP_SUMMARY += Get-Content -Path ".\platform\reports\SummaryGithub.md"