We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f56f05 commit 297766aCopy full SHA for 297766a
1 file changed
.github/workflows/test.yml
@@ -36,4 +36,15 @@ jobs:
36
- name: Run unit tests
37
run: make testvv
38
env:
39
+
40
+ - name: Report failures to Slack
41
+ if: ${{ always() && github.ref == 'refs/heads/main' }}
42
+ uses: ravsamhq/notify-slack-action@v2
43
+ with:
44
+ notification_title: "It seems that my sole purpose in this dismal existence is to spread the gloomy news of broken code and shattered dreams."
45
+ footer: "I think you ought to know I'm feeling very depressed."
46
+ status: ${{ job.status }}
47
+ notify_when: 'failure'
48
+ env:
49
+ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_REPORTING_WEBHOOK }}
50
TEST_FLAGS: -race
0 commit comments