FIX: testing
This commit is contained in:
@ -87,9 +87,13 @@ services:
|
|||||||
profiles:
|
profiles:
|
||||||
- testing
|
- testing
|
||||||
container_name: incoviba_tests
|
container_name: incoviba_tests
|
||||||
extends:
|
build: .
|
||||||
service: web
|
restart: unless-stopped
|
||||||
|
env_file:
|
||||||
|
- ${APP_PATH:-.}/.env
|
||||||
|
- ./.key.env
|
||||||
volumes:
|
volumes:
|
||||||
|
- ${APP_PATH:-.}/:/code
|
||||||
- ./logs/test:/logs
|
- ./logs/test:/logs
|
||||||
command: [ '/code/bin/phpunit-watcher', 'watch' ]
|
command: [ '/code/bin/phpunit-watcher', 'watch' ]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user