parallelism??
This commit is contained in:
parent
a48609a77c
commit
66a3c1fcbe
1 changed files with 9 additions and 1 deletions
10
.drone.yml
10
.drone.yml
|
|
@ -19,14 +19,22 @@ steps:
|
|||
image: php
|
||||
commands:
|
||||
- ./vendor/bin/php-cs-fixer fix --dry-run src
|
||||
depends_on:
|
||||
- composer
|
||||
|
||||
- name: static analysis
|
||||
image: php
|
||||
commands:
|
||||
- ./vendor/bin/phpstan analyse -l max -a config/autoload_with_route.php src
|
||||
depends_on:
|
||||
- composer
|
||||
|
||||
- name: testing
|
||||
image: php
|
||||
commands:
|
||||
- ./vendor/bin/phpunit
|
||||
depends_on:
|
||||
- composer
|
||||
|
||||
volumes:
|
||||
- name: composer
|
||||
|
|
@ -34,4 +42,4 @@ volumes:
|
|||
path: /tank/var/composer-cache
|
||||
---
|
||||
kind: signature
|
||||
hmac: fd1d277c15a04d7dd149408de6f7ecf615c971933958b98932acb1eab759251f
|
||||
hmac: 2991aa704eec5b07983dc4f31e179e6becf97b655178b956b5e384e43d54c04f
|
||||
Loading…
Reference in a new issue