File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -39,19 +39,17 @@ jobs:
39
39
poetry run coverage run --include=nucleus/* -m pytest -s -v --junitxml=test_results/junit.xml
40
40
poetry run coverage report
41
41
poetry run coverage html
42
- - slack/notify :
43
- branch_pattern : master
44
- event : fail
45
- template : basic_fail_1
46
-
47
42
- store_test_results :
48
43
path : htmlcov
49
-
50
44
- store_test_results :
51
45
path : test_results
52
-
53
46
- store_artifacts :
54
47
path : test_results
48
+ - slack/notify :
49
+ channel : nucleus-builders
50
+ branch_pattern : master
51
+ event : fail
52
+ template : basic_fail_1
55
53
pypi_publish :
56
54
docker :
57
55
- image : cimg/python:3.6
@@ -97,7 +95,8 @@ workflows:
97
95
only :
98
96
- master
99
97
jobs :
100
- - build_test
98
+ - build_test :
99
+ context : slack-secrets
101
100
build_test_publish :
102
101
jobs :
103
102
- build_test :
You can’t perform that action at this time.
0 commit comments