File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,6 @@ jobs:
146
146
echo "ALGOLIA_API_KEY=$ALGOLIA_API_KEY" >> .env
147
147
echo "INDEX_PREFIX=integration_test_" >> .env
148
148
docker cp .env $(docker compose ps -q phpfpm):/var/www/html/dev/tests/integration/.env
149
- bin/cli bash -c "cd ./dev/tests/integration && export $(cat .env | xargs)"
150
149
- run :
151
150
name : Prepare integration test environment
152
151
working_directory : ~/Sites
@@ -158,7 +157,7 @@ jobs:
158
157
name : Run Integration Tests
159
158
working_directory : ~/Sites
160
159
command : |
161
- bin/cli bash -c "cd ./dev/tests/integration && ../../../vendor/bin/phpunit --debug --exclude-group problematic ../../../vendor/algolia/algoliasearch-magento-2/Test/Integration/"
160
+ bin/cli bash -c "cd ./dev/tests/integration && export $(cat .env | xargs) && ../../../vendor/bin/phpunit --debug --exclude-group problematic ../../../vendor/algolia/algoliasearch-magento-2/Test/Integration/"
162
161
163
162
workflows :
164
163
magento-build-and-test-workflow :
You can’t perform that action at this time.
0 commit comments