Skip to content

Commit a8ff8ab

Browse files
author
Diego Ardila
committed
try and add notifications
1 parent b73eecb commit a8ff8ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
poetry run coverage run --include=nucleus/* -m pytest -s -v --junitxml=test_results/junit.xml
4040
poetry run coverage report
4141
poetry run coverage html
42+
- slack/notify:
43+
branch_pattern: master
44+
event: fail
45+
template: basic_fail_1
4246

4347
- store_test_results:
4448
path: htmlcov
@@ -97,6 +101,7 @@ workflows:
97101
build_test_publish:
98102
jobs:
99103
- build_test:
104+
context: slack-secrets
100105
filters:
101106
tags:
102107
only: /^v\d+\.\d+\.\d+$/ # Runs only for tags with the format [v1.2.3]

0 commit comments

Comments
 (0)