mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-04 06:37:55 +08:00
use custom docker config in dockerized tests
This commit is contained in:
@ -4,7 +4,8 @@ services:
|
|||||||
php:
|
php:
|
||||||
build: ..
|
build: ..
|
||||||
working_dir: /project
|
working_dir: /project
|
||||||
#volumes:
|
volumes:
|
||||||
|
- ../tests/data/config-docker.php:/project/tests/data/config.php
|
||||||
# Enable for debugging, enabling tests might be slow for file access (data) on host-volume
|
# Enable for debugging, enabling tests might be slow for file access (data) on host-volume
|
||||||
#- ../tests:/project/tests
|
#- ../tests:/project/tests
|
||||||
# - ../framework:/project/framework
|
# - ../framework:/project/framework
|
||||||
|
|||||||
Reference in New Issue
Block a user