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 ccfffbc commit 33f40d6Copy full SHA for 33f40d6
.travis.yml
@@ -45,7 +45,7 @@ matrix:
45
- php: 7.1
46
env: TEST_SUITE=functional
47
48
- env: TEST_SUITE=api-functional
+ env: TEST_SUITE=graphql-api-functional
49
cache:
50
apt: true
51
directories:
dev/travis/before_script.sh
@@ -158,7 +158,6 @@ case $TEST_SUITE in
158
echo "Prepare api-functional tests for running"
159
cd dev/tests/api-functional
160
cp -r _files/Magento/* ../../../app/code/Magento # Deploy and enable test modules before running tests
161
- php ../../../bin/magento setup:upgrade
162
163
cp ./phpunit_graphql.xml.dist ./phpunit.xml
164
sed -e "s?magento.url?${MAGENTO_HOST_NAME}?g" --in-place ./phpunit.xml
0 commit comments