There was an error while loading. Please reload this page.
1 parent da05dca commit d4182f8Copy full SHA for d4182f8
.github/workflows/playwright.yml
@@ -65,7 +65,7 @@ jobs:
65
SLACK_CHANNEL: '#playwright-test-reports'
66
SLACK_USERNAME: GitHub Actions
67
SLACK_TITLE: Playwright Tests Completed
68
- SLACK_TEXT: "Playwright tests have completed. Here is the HTML report."
69
- SLACK_FILE: ./html-report.zip
+ SLACK_TEXT: "Playwright tests have completed. Here is the HTML zip report."
+ SLACK_FILE: ./html-report
70
# This step should always run, even if previous steps fail
71
if: always()
0 commit comments