Skip to content

Commit

Permalink
fixup! Chore(GA): Send slack message on e2e test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelklibani committed Mar 12, 2024
1 parent e2b1b59 commit 95929d5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ jobs:
- name: Run Playwright tests
run: HOME=/root yarn playwright test

- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30

- name: Notify slack about failure
id: Slack
uses: slackapi/slack-github-action@v1.25.0
Expand Down Expand Up @@ -88,3 +81,10 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_NOTIFICATIONS_TOKEN }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30

0 comments on commit 95929d5

Please sign in to comment.