From 0c34dce1cf5be74c41d22f1e131bb6b34557d0f8 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 26 Jul 2022 10:06:18 +0200 Subject: [PATCH] update ci --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index a391bd2..4c636a2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,7 +9,7 @@ pipeline: dependencies: image: gitnet.fr/deblan/php:${PHP_VERSION} commands: - - php composer install + - php /usr/local/bin/composer composer install - php /usr/local/bin/composer require --dev phpunit/phpunit tests: image: gitnet.fr/deblan/php:${PHP_VERSION}