diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/playwright_comment.yml | 6 |
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) |