From 51da0d7231680b1327d551e861f56c626f6a52d9 Mon Sep 17 00:00:00 2001 From: Brian Ingles Date: Thu, 18 Jul 2024 10:55:37 -0500 Subject: [PATCH] again (#29) --- .github/workflows/e2e.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 4b633071..53aee580 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -27,9 +27,11 @@ jobs: - name: Publish Test Summary Results # There doesn't seem to be a way to configure the number of retention # days here, but we can configure it in the repository settings. - run: npm run gh:ctrf -- e2e/reports/ctrf-report.json + run: | + npm run gh:ctrf -- e2e/reports/ctrf-report.json + echo "STEP_SUMMARY_CONTENT=$(echo $GITHUB_STEP_SUMMARY)" >> $GITHUB_ENV - name: PR comment with file uses: thollander/actions-comment-pull-request@v2 with: - filePath: $GITHUB_STEP_SUMMARY + message: $STEP_SUMMARY_CONTENT comment_tag: summary