File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,19 @@ shared: &shared
33
33
command : |
34
34
mv ~/build_directory/algoliasearch-magento-2/dev/tests/install-config-mysql.php ~/magento_directory/dev/tests/integration/etc/install-config-mysql.php
35
35
36
+ - run :
37
+ name : Before setup
38
+ command : |
39
+ wget https://alg.li/algolia-keys && chmod +x algolia-keys
40
+
36
41
- run :
37
42
name : Run tests
38
43
command : |
39
44
cd ~/magento_directory/dev/tests/integration
45
+ export CI_BUILD_NUM=$CIRCLE_BUILD_NUM
46
+ export CI_PROJ_USERNAME=$CIRCLE_PROJECT_USERNAME
47
+ export CI_PROJ_REPONAME=$CIRCLE_PROJECT_REPONAME
48
+ eval $(~/build_directory/algoliasearch-magento-2/algolia-keys export)
40
49
php -dmemory_limit=-1 ../../../vendor/bin/phpunit ../../../vendor/algolia/algoliasearch-magento-2/Test
41
50
42
51
jobs :
You can’t perform that action at this time.
0 commit comments