FIX: testing

This commit is contained in:
Juan Pablo Vial
2024-07-26 23:20:17 -04:00
parent 84861b5e57
commit 9162ed240e

View File

@ -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' ]