From 490506fc2fd201187e62a1a903d4b2b372d43281 Mon Sep 17 00:00:00 2001 From: Antoine PEREDERII Date: Tue, 26 Mar 2024 22:35:48 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index def8fe5e..688cda56 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: #- apk update && apk add --no-cache libcouchbase-dev && pecl install couchbase && docker-php-ext-enable couchbase # Installe les dépendances PHP si nécessaire - php composer.phar install --no-interaction - - ./vendor/bin/phpunit tests + # - ./vendor/bin/phpunit tests # Sonar static code analisis deployment # TODO : use an image that already have unzip