From f7f995fd3d24f593cd1d5333d0e40614fe83f9bb Mon Sep 17 00:00:00 2001 From: James Date: Wed, 30 Sep 2020 15:00:11 +0100 Subject: [PATCH] fix --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5b840e7..093dca2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: - name: run tests image: chialab/php environment: - - URL: testserver:8080 + - "URL=testserver:8080" commands: - sleep 10 - vendor/bin/phpunit tests