We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73e75a commit cc7a33fCopy full SHA for cc7a33f
.circleci/config.yml
@@ -155,12 +155,13 @@ jobs:
155
name: Prepare integration test environment
156
working_directory: ~/Sites
157
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
159
bin/setup-integration-tests
160
- run:
161
name: Run Integration Tests
162
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
165
166
workflows:
167
magento-build-and-test-workflow:
0 commit comments