File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ version: 2.1
2
2
3
3
orbs :
4
4
5
+
5
6
6
7
executors :
7
8
magento-executor :
@@ -158,6 +159,17 @@ jobs:
158
159
working_directory : ~/Sites
159
160
command : |
160
161
bin/cli bash -c "cd ./dev/tests/integration && export $(cat .env | xargs) && ../../../vendor/bin/phpunit --debug --exclude-group problematic ../../../vendor/algolia/algoliasearch-magento-2/Test/Integration/"
162
+
163
+ notify :
164
+ docker :
165
+ - image : cimg/base:current
166
+ steps :
167
+ - slack/notify :
168
+ event : fail
169
+ template : basic_fail_1
170
+ - slack/notify :
171
+ event : pass
172
+ template : success_tagged_deploy_1
161
173
162
174
workflows :
163
175
magento-build-and-test-workflow :
@@ -167,6 +179,8 @@ workflows:
167
179
parameters :
168
180
php-version : ["8.2"]
169
181
magento-version : ["2.4.6-p11", "2.4.7-p6"]
182
+ - notify :
183
+ context : mage-slack
170
184
magento-integration-test-workflow :
171
185
when :
172
186
or :
@@ -180,3 +194,5 @@ workflows:
180
194
parameters :
181
195
php-version : ["8.2"]
182
196
magento-version : ["2.4.7-p6"]
197
+ - notify :
198
+ context : mage-slack
You can’t perform that action at this time.
0 commit comments