Disable xdebug for tests 'cause we don't collect coverage stats

This commit is contained in:
ErickSkrauch 2018-04-18 03:19:03 +03:00
parent 7d881682e5
commit bcff944be2

View File

@ -44,7 +44,10 @@ test:backend:
-e DB_PASSWORD="ely_accounts_tester_password"
-e REDIS_HOST="redis"
$TEMP_DEV_IMAGE
php vendor/bin/codecept run -c tests
bash -c "
rm /usr/local/etc/php/conf.d/xdebug.ini &&
docker-entrypoint.sh php vendor/bin/codecept run -c tests
"
test:frontend:
image: node:9.2.1-alpine