We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c4b57 commit f9407cbCopy full SHA for f9407cb
.github/workflows/e2e-tests.yml
@@ -55,3 +55,15 @@ jobs:
55
name: playwright-report
56
path: packages/playwright/playwright-report/
57
retention-days: 30
58
+
59
+ - name: Report Status
60
+ if: always()
61
+ uses: ravsamhq/notify-slack-action@v1
62
+ with:
63
+ status: ${{ job.status }}
64
+ notify_when: 'failure'
65
+ notification_title: '{workflow} has {status_message}'
66
+ message_format: '{emoji} *{workflow}* {status_message} in <{repo_url}|{repo}>'
67
+ footer: 'Linked to Repo <{repo_url}|{repo}>'
68
+ env:
69
+ SLACK_WEBHOOK_URL: ${{ secrets.E2E_MONITORING_SLACK }}
0 commit comments