File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -152,17 +152,17 @@ case $TEST_SUITE in
152
152
--admin-use-security-key=0 \
153
153
--admin-password=" 123123q"
154
154
155
- echo " Enabling production mode"
156
- php bin/magento deploy:mode:set production
157
-
158
155
echo " Prepare api-functional tests for running"
159
156
cd dev/tests/api-functional
160
- cp -r _files/Magento/* ../../../app/code/Magento # Deploy and enable test modules before running tests
157
+ cp -r _files/Magento/TestModuleGraphQl * ../../../app/code/Magento # Deploy and enable test modules before running tests
161
158
162
159
cp ./phpunit_graphql.xml.dist ./phpunit.xml
163
160
sed -e " s?magento.url?${MAGENTO_HOST_NAME} ?g" --in-place ./phpunit.xml
164
161
165
162
cd ../../..
166
163
php bin/magento setup:upgrade
164
+
165
+ echo " Enabling production mode"
166
+ php bin/magento deploy:mode:set production
167
167
;;
168
168
esac
You can’t perform that action at this time.
0 commit comments