Skip to content

Commit dfbc058

Browse files
update bootstrap
1 parent f511b77 commit dfbc058

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
bin/cli sed -i '/<directory suffix=".php">.*vendor\/magento/d' /var/www/html/algolia-phpunit.xml
8585
bin/cli sed -i '/<directory suffix=".php">.*vendor\/.*\/framework/d' /var/www/html/algolia-phpunit.xml
8686
bin/cli sed -i 's|<directory suffix=".php">.*vendor\/.*\/module-.*</directory>|<directory suffix=".php">/var/www/html/vendor/algolia/algoliasearch-magento-2</directory>|g' /var/www/html/algolia-phpunit.xml
87+
bin/cli sed -i 's|bootstrap="./framework/bootstrap.php"|bootstrap="/var/www/html/dev/tests/unit/framework/bootstrap.php"|g' /var/www/html/algolia-phpunit.xml
8788
- run:
8889
name: Run Unit Test Coverage and copy results to CircleCI
8990
working_directory: ~/Sites

0 commit comments

Comments
 (0)