ci(conf): add chrome driver
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2023-01-10 10:10:29 +01:00
parent 8aa1b2f8c3
commit 56be2ebec7
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -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