We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f44d0c5 commit 955b80eCopy full SHA for 955b80e
.github/workflows/e2e-test.yml
@@ -29,3 +29,11 @@ jobs:
29
- run: rye run python run.py
30
- run: rye run pytest tests/test_recvonly.py -s
31
- run: rye run pytest tests/test_messaging.py -s
32
+ - name: Slack Notification
33
+ if: failure()
34
+ uses: rtCamp/action-slack-notify@v2
35
+ env:
36
+ SLACK_CHANNEL: sora-python-sdk
37
+ SLACK_COLOR: danger
38
+ SLACK_TITLE: Failure test
39
+ SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
0 commit comments