From e041db6ba3a526ceef55e6989b8eb4625a6568cd Mon Sep 17 00:00:00 2001 From: Jens True Date: Thu, 15 Jun 2023 10:57:06 +0000 Subject: [PATCH] Alignment --- .woodpecker.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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