diff --git a/.drone.yml b/.drone.yml index ff40b41..dd66275 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,15 +10,21 @@ steps: - name: phpstan image: php:8 + depends_on: + - install commands: - vendor/bin/phpstan analyse - name: phpunit image: php:8 + depends_on: + - install commands: - vendor/bin/phpunit - name: style check image: php:8 + depends_on: + - install commands: - PHP_CS_FIXER_IGNORE_ENV=true vendor/bin/php-cs-fixer fix \ No newline at end of file