Skip to content

Commit ed9c6b1

Browse files
authored
chore: add slack fail notification (#348)
1 parent af796b7 commit ed9c6b1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
version: 2.1
2+
orbs:
3+
slack: circleci/slack@4.9.3
24

35
jobs:
46
publish:
@@ -18,6 +20,9 @@ jobs:
1820
- run: ./scripts/generate.sh
1921
- run: ./scripts/test.sh
2022
- run: ./scripts/release.sh
23+
- slack/notify:
24+
event: fail
25+
template: basic_fail_1
2126

2227
workflows:
2328
publish:
@@ -26,3 +31,4 @@ workflows:
2631
filters:
2732
branches:
2833
only: master
34+
context: slack-secrets

0 commit comments

Comments
 (0)