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