diff --git a/.woodpecker.yml b/.woodpecker.yml index 1b6159d..ffac8c9 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -13,9 +13,8 @@ pipeline: - apt update - apt install rclone - composer install - - ./vendor/bin/phpunit tests + - vendor/bin/phpunit tests tools: image: php commands: - - make analyze -# \ No newline at end of file + - make analyze \ No newline at end of file