From a6d2d2cd6676d42d524d0bf0031ad05c7e76f95b Mon Sep 17 00:00:00 2001 From: Louis DUFOUR Date: Fri, 15 Sep 2023 15:13:03 +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, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 079e6bd..b7b7062 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,5 +10,4 @@ steps: - name: test image: jitesoft/phpunit:latest commands: - - composer install - - XDEBUG_MODE=coverage phpunit --coverage-clover=coverage.xml + - vendor/bin/phpunit --filter "/(WS_UtilTest)( .*)?$/" ./common/Tests/WS_UtilTest.php \ No newline at end of file