Tests
This commit is contained in:
@ -83,6 +83,16 @@ services:
|
||||
- ${CLI_PATH:-.}:/code
|
||||
- ./logs/cli:/logs
|
||||
|
||||
testing:
|
||||
profiles:
|
||||
- testing
|
||||
container_name: incoviba_tests
|
||||
extends:
|
||||
service: web
|
||||
volumes:
|
||||
- ./logs/test:/logs
|
||||
command: [ '/code/vendor/bin/phpunit-watcher', 'watch' ]
|
||||
|
||||
volumes:
|
||||
dbdata: {}
|
||||
incoviba_redis: {}
|
||||
|
Reference in New Issue
Block a user