Skip to content

Commit

Permalink
SlackNotifications
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayp7 committed Feb 25, 2024
1 parent da05dca commit d4182f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
SLACK_CHANNEL: '#playwright-test-reports'
SLACK_USERNAME: GitHub Actions
SLACK_TITLE: Playwright Tests Completed
SLACK_TEXT: "Playwright tests have completed. Here is the HTML report."
SLACK_FILE: ./html-report.zip
SLACK_TEXT: "Playwright tests have completed. Here is the HTML zip report."
SLACK_FILE: ./html-report
# This step should always run, even if previous steps fail
if: always()

0 comments on commit d4182f8

Please sign in to comment.