From 66a3c1fcbe86b4697f300c3aaf4c5012a89b5775 Mon Sep 17 00:00:00 2001 From: eater <=@eater.me> Date: Sat, 23 Nov 2019 23:39:58 +0100 Subject: [PATCH] parallelism?? --- .drone.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f6c7eac..4d6814a 100644 --- a/.drone.yml +++ b/.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 \ No newline at end of file +hmac: 2991aa704eec5b07983dc4f31e179e6becf97b655178b956b5e384e43d54c04f \ No newline at end of file