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