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 29b35e6 commit 90a25edCopy full SHA for 90a25ed
.circleci/config.yml
@@ -155,7 +155,7 @@ jobs:
155
name: Run Integration Tests
156
working_directory: ~/Sites
157
command: |
158
- bin/cli bash -c "../../../vendor/bin/phpunit --debug ../../../vendor/algolia/algoliasearch-magento-2/Test/Integration/"
+ bin/cli bash -c "cd ./dev/tests/integration && ../../../vendor/bin/phpunit --debug ../../../vendor/algolia/algoliasearch-magento-2/Test/Integration/"
159
160
workflows:
161
magento-build-and-test-workflow:
0 commit comments