Skip to content

Commit

Permalink
again (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jul 18, 2024
1 parent aa2dad3 commit 51da0d7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 51da0d7

Please sign in to comment.