From 9abe5f6757cdd0c7288b3b643f8cb7983a9b9822 Mon Sep 17 00:00:00 2001 From: akshayp7 Date: Sun, 25 Feb 2024 12:09:29 +0530 Subject: [PATCH] SlackNotifications --- .github/workflows/playwright.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index f5a1fd6..d11a6de 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -71,8 +71,6 @@ jobs: SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }} SLACK_CHANNEL: "#playwright-test-reports" SLACK_USERNAME: GitHub Actions - SLACK_TITLE: Playwright Tests Completed - SLACK_TEXT: "Playwright tests have completed successfully. HTML report is attached as an artifact. You can download it [here](${{ github.server_url }}/${{ github.repository }}/actions/artifacts/html-report)" - SLACK_FILE: ./html-report.zip - # This step should always run, even if previous steps fail - if: always() + SLACK_TITLE: "Playwright tests have completed successfully. HTML report is attached as an artifact. You can download it [here](${{ github.server_url }}/${{ github.repository }}/actions/artifacts/html-report)" + # This step should always run, even if previous steps fail + if: always() \ No newline at end of file