parallelism??

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

@ -19,14 +19,22 @@ steps:
image: php image: php
commands: commands:
- ./vendor/bin/php-cs-fixer fix --dry-run src - ./vendor/bin/php-cs-fixer fix --dry-run src
depends_on:
- composer
- name: static analysis - name: static analysis
image: php image: php
commands: commands:
- ./vendor/bin/phpstan analyse -l max -a config/autoload_with_route.php src - ./vendor/bin/phpstan analyse -l max -a config/autoload_with_route.php src
depends_on:
- composer
- name: testing - name: testing
image: php image: php
commands: commands:
- ./vendor/bin/phpunit - ./vendor/bin/phpunit
depends_on:
- composer
volumes: volumes:
- name: composer - name: composer
@ -34,4 +42,4 @@ volumes:
path: /tank/var/composer-cache path: /tank/var/composer-cache
--- ---
kind: signature kind: signature
hmac: fd1d277c15a04d7dd149408de6f7ecf615c971933958b98932acb1eab759251f hmac: 2991aa704eec5b07983dc4f31e179e6becf97b655178b956b5e384e43d54c04f
Loading…
Cancel
Save