This commit is contained in:
James 2020-09-30 14:58:23 +01:00
parent 4021c7bb79
commit 5d3032b8dc

View File

@ -22,7 +22,7 @@ steps:
- name: run tests - name: run tests
image: chialab/php image: chialab/php
environment: environment:
- URL=testserver:8080 - URL: testserver:8080
commands: commands:
- sleep 10 - sleep 10
- vendor/bin/phpunit tests - vendor/bin/phpunit tests