Skip to content

Commit d4182f8

Browse files
committed
SlackNotifications
1 parent da05dca commit d4182f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
SLACK_CHANNEL: '#playwright-test-reports'
6666
SLACK_USERNAME: GitHub Actions
6767
SLACK_TITLE: Playwright Tests Completed
68-
SLACK_TEXT: "Playwright tests have completed. Here is the HTML report."
69-
SLACK_FILE: ./html-report.zip
68+
SLACK_TEXT: "Playwright tests have completed. Here is the HTML zip report."
69+
SLACK_FILE: ./html-report
7070
# This step should always run, even if previous steps fail
7171
if: always()

0 commit comments

Comments
 (0)