Skip to content

Commit caba47c

Browse files
author
Diego Ardila
committed
fix orb and add test notifications for both cases
1 parent 012eae5 commit caba47c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# CircleCI jobs are only enabled to on Pull Requests and commits to master branch.
22
# "Only build pull requests" enabled in Project's Advanced Settings.
33
version: 2.1
4+
orbs:
5+
slack: circleci/slack@4.4.2
46

57
jobs:
68
build_test:
@@ -49,6 +51,11 @@ jobs:
4951
channel: nucleus-builders
5052
event: pass
5153
template: basic_fail_1
54+
- slack/notify:
55+
channel: nucleus-builders
56+
event: fail
57+
template: basic_fail_1
58+
5259
- slack/notify:
5360
channel: nucleus-builders
5461
branch_pattern: master

0 commit comments

Comments
 (0)