Update '.drone.yml'
This commit is contained in:
parent
d610400214
commit
3a1b696d32
@ -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
|
Loading…
x
Reference in New Issue
Block a user