Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing

This commit is contained in:
trizz 2022-08-05 13:38:28 +02:00
parent d610400214
commit 3a1b696d32

View File

@ -10,15 +10,21 @@ steps:
- name: phpstan - name: phpstan
image: php:8 image: php:8
depends_on:
- install
commands: commands:
- vendor/bin/phpstan analyse - vendor/bin/phpstan analyse
- name: phpunit - name: phpunit
image: php:8 image: php:8
depends_on:
- install
commands: commands:
- vendor/bin/phpunit - vendor/bin/phpunit
- name: style check - name: style check
image: php:8 image: php:8
depends_on:
- install
commands: commands:
- PHP_CS_FIXER_IGNORE_ENV=true vendor/bin/php-cs-fixer fix - PHP_CS_FIXER_IGNORE_ENV=true vendor/bin/php-cs-fixer fix