mirror of
https://github.com/elyby/accounts.git
synced 2024-11-10 07:22:00 +05:30
Disable xdebug for tests 'cause we don't collect coverage stats
This commit is contained in:
parent
7d881682e5
commit
bcff944be2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user