From 9c2e2b6ade920c0c46ee8bf9074fe83b48f6888d Mon Sep 17 00:00:00 2001 From: Marko <52066939+HeX87@users.noreply.github.com> Date: Fri, 10 Nov 2023 16:04:24 +0100 Subject: [PATCH] add authentication --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ee100ea..69ae684 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: - name: install image: composer commands: - - make install + - composer install --no-interaction --prefer-dist --optimize-autoloader --no-suggest - name: cleanup image: php:8.1 commands: @@ -22,4 +22,4 @@ steps: - name: test image: php:8.1 commands: - - vendor/bin/phpunit + - vendor/bin/phpunit \ No newline at end of file