From 56be2ebec7a0778147c4c85e39869b131524798b Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 10 Jan 2023 10:10:29 +0100 Subject: [PATCH] ci(conf): add chrome driver --- .woodpecker.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 29a18a2..7dce14b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -53,8 +53,10 @@ pipeline: tests: image: deblan/php:${PHP_VERSION} commands: + - apt install unzip - composer install --no-scripts --dev - - composer require --dev dbrekelmans/bdi + - curl -o chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/108.0.5359.71/chromedriver_linux64.zip + - unzip -d drivers chromedriver_linux64.zip - vendor/bin/bdi detect drivers - symfony server:start --port=9080 --no-tls -d - php bin/phpunit