mirror of
https://github.com/Intervention/image.git
synced 2025-01-17 04:08: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
|