aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarius Jahandarie <djahandarie@gmail.com>2023-04-02 21:59:33 +0900
committerDarius Jahandarie <djahandarie@gmail.com>2023-04-02 21:59:49 +0900
commitdd8ee9b34874b3354de279a0c1347f8a3f1feed5 (patch)
tree61876deafb53b1ff8122ce3833a4fcd778aa4479
parentd89a32acd4ddb0fa536f00798a7e43ef6c17092b (diff)
Remove playwright test results from comment because they are sometimes too big and cause it to fail.
-rw-r--r--.github/workflows/playwright_comment.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/playwright_comment.yml b/.github/workflows/playwright_comment.yml
index 65576f87..89c39274 100644
--- a/.github/workflows/playwright_comment.yml
+++ b/.github/workflows/playwright_comment.yml
@@ -76,11 +76,5 @@ jobs:
issue: ${{ steps.source-run-info.outputs.pullRequestNumber }}
message: |
:warning: Visual differences introduced by this PR; please validate if they are desirable.
- <details>
- <summary>Playwright Test Results</summary>
- <pre>
- ${{ steps.playwright.outputs.PLAYWRIGHT_OUTPUT }}
- </pre>
- </details>
<a href="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.event.workflow_run.id }}#artifacts">View Playwright Report</a> (note: open the "playwright-report" artifact)