From 7709209b9656d25cd96e551fcb57b10d5fc10227 Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Thu, 19 Oct 2023 17:22:04 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e31b01cd..a3ce7d80 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: - cd Sources # Installe les dépendances PHP si nécessaire - composer install --no-interaction - - ./vendor/bin/phpunit + - ./vendor/bin/phpunit tests # Sonar static code analisis deployment ✔️ # TODO : use an image that already have unzip