Skip to content

Commit 29b35e6

Browse files
change integration tests command
1 parent 262b9e1 commit 29b35e6

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/dev-test-run integration --debug /var/www/html/app/code/Algolia/AlgoliaSearch/Test/Integration/
158+
bin/cli bash -c "../../../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)