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