Skip to content

Commit 90a25ed

Browse files
add CD
1 parent 29b35e6 commit 90a25ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
name: Run Integration Tests
156156
working_directory: ~/Sites
157157
command: |
158-
bin/cli bash -c "../../../vendor/bin/phpunit --debug ../../../vendor/algolia/algoliasearch-magento-2/Test/Integration/"
158+
bin/cli bash -c "cd ./dev/tests/integration && ../../../vendor/bin/phpunit --debug ../../../vendor/algolia/algoliasearch-magento-2/Test/Integration/"
159159
160160
workflows:
161161
magento-build-and-test-workflow:

0 commit comments

Comments
 (0)