Skip to content

Commit ef9d28c

Browse files
authored
Update config.yml
1 parent 5c2e8d1 commit ef9d28c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.circleci/config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,12 @@ jobs:
4141
# run tests!
4242
- run: mvn integration-test
4343
- run: mvn cobertura:cobertura
44-
- run: bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}
44+
- run: bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}
45+
46+
- slack/notify:
47+
channel: redisaidev
48+
event: fail
49+
template: basic_fail_1
4550

4651
#- run: mvn -s .circleci.settings.xml -DskipTests deploy
4752
workflows:
@@ -59,3 +64,4 @@ workflows:
5964
- master
6065
jobs:
6166
- build
67+
context: slack-secrets

0 commit comments

Comments
 (0)