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