Add drone.yml and fix tests to be compatable with docker pipeline #1

Merged
jhodges merged 14 commits from tests into master 2020-09-30 15:13:57 +01:00
Showing only changes of commit 290eb89192 - Show all commits

View File

@ -21,11 +21,9 @@ steps:
- name: run tests - name: run tests
image: chialab/php image: chialab/php
environment:
- "URL=testserver:8080"
commands: commands:
- sleep 10 - sleep 10
- vendor/bin/phpunit tests - URL=testserver:8080 vendor/bin/phpunit tests
services: services: