mirror of
https://github.com/Intervention/image.git
synced 2025-01-16 19:58:14 +01:00
10 lines
176 B
YAML
10 lines
176 B
YAML
version: '3'
|
|
|
|
services:
|
|
tests:
|
|
build: ./
|
|
working_dir: /project
|
|
command: bash -c "composer install && ./vendor/bin/phpunit -vvv"
|
|
volumes:
|
|
- ./:/project
|