parallelism??

master
eater 4 years ago
parent a48609a77c
commit 66a3c1fcbe
Signed by: eater
GPG Key ID: AD2560A0F84F0759

@ -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…
Cancel
Save