From bbe14360d93bf9af1752863971b072113eb4e1c5 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 10 Jan 2023 10:30:03 +0100 Subject: [PATCH] ci(conf): add chrome --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 57065d2..933b673 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -55,8 +55,8 @@ pipeline: commands: - apt-get update && apt-get install -y unzip libnss3 - composer install --no-scripts --dev - - curl -o chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/108.0.5359.71/chromedriver_linux64.zip - - unzip -d drivers chromedriver_linux64.zip + - curl -o chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/108.0.5359.71/chromedriver_linux64.zip && unzip -d drivers chromedriver_linux64.zip + - curl -o /tmp/chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && apt install /tmp/chrome.deb - vendor/bin/bdi detect drivers - symfony server:start --port=9080 --no-tls -d - php bin/phpunit