Async/.drone.yml
Abel Hoogeveen 5145d65d1d
All checks were successful
continuous-integration/drone/push Build is passing
Now try with an added service
2020-05-15 18:40:45 +02:00

26 lines
474 B
YAML

kind: pipeline
type: docker
name: test
services:
- name: cache
image: redis
steps:
- name: composer
image: composer:latest
commands:
- composer install
- name: basetest
image: phpunit:7.3
commands:
- vendor/bin/phpunit -c test/phpunit.xml
- name: redistest
image: phpunit:7.3
commands:
- vendor/bin/phpunit -c test/phpunit.xml
environment:
SUPERVISOR: ParallelSuperVisor
TASKSTORAGE: RedisTaskStorage