Skip to content

Commit cc7a33f

Browse files
update install config
1 parent b73e75a commit cc7a33f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,13 @@ jobs:
155155
name: Prepare integration test environment
156156
working_directory: ~/Sites
157157
command: |
158+
docker cp ../project/dev/tests/install-config-mysql.php $(docker compose ps -q phpfpm):/var/www/html/dev/tests/integration/etc/install-config-mysql.php
158159
bin/setup-integration-tests
159160
- run:
160161
name: Run Integration Tests
161162
working_directory: ~/Sites
162163
command: |
163-
bin/cli bash -c "cd ./dev/tests/integration && ../../../vendor/bin/phpunit --debug ../../../vendor/algolia/algoliasearch-magento-2/Test/Integration/"
164+
bin/dev-test-run integration
164165
165166
workflows:
166167
magento-build-and-test-workflow:

0 commit comments

Comments
 (0)