mirror of
https://github.com/elyby/accounts.git
synced 2024-12-25 06:39:46 +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 DB_PASSWORD="ely_accounts_tester_password"
|
||||||
-e REDIS_HOST="redis"
|
-e REDIS_HOST="redis"
|
||||||
$TEMP_DEV_IMAGE
|
$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:
|
test:frontend:
|
||||||
image: node:9.2.1-alpine
|
image: node:9.2.1-alpine
|
||||||
|
Loading…
Reference in New Issue
Block a user