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