Now try with an added service
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Abel Hoogeveen 2020-05-15 18:40:45 +02:00
parent f1aef62615
commit 5145d65d1d
No known key found for this signature in database
GPG Key ID: 96C2234920BF4292
1 changed files with 14 additions and 2 deletions

View File

@ -2,13 +2,25 @@ kind: pipeline
type: docker
name: test
services:
- name: cache
image: redis
steps:
- name: composer
image: composer:latest
commands:
- composer install
- name: base
- name: basetest
image: phpunit:7.3
commands:
- vendor/bin/phpunit -c test/phpunit.xml
- 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