From f217787afe9cec05fddb57eca315be0552b055ee Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Thu, 19 Oct 2023 23:28:09 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a3ce7d80..d90b93be 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ trigger: - push steps: + # Test ✔️ - name: test image: composer:2.6 commands: @@ -15,7 +16,7 @@ steps: - composer install --no-interaction - ./vendor/bin/phpunit tests - # Sonar static code analisis deployment ✔️ + # Sonar static code analisis deployment # TODO : use an image that already have unzip - name: code-analysis image: php:8.1-cli