From 290eb891924f95ec2757733e6691b03b142e8d1c Mon Sep 17 00:00:00 2001 From: James Date: Wed, 30 Sep 2020 15:04:15 +0100 Subject: [PATCH] fix --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7a8c9fc..735fa83 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,11 +21,9 @@ steps: - name: run tests image: chialab/php - environment: - - "URL=testserver:8080" commands: - sleep 10 - - vendor/bin/phpunit tests + - URL=testserver:8080 vendor/bin/phpunit tests services: