From ff4be8fed3b1ed1ab35242b2cc6d7362c7b43199 Mon Sep 17 00:00:00 2001 From: Ginger U Date: Mon, 20 Jun 2022 15:50:09 +0200 Subject: [PATCH] pipeline update steps --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index cec23332f..b1837fe10 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,16 +4,16 @@ type: docker name: default steps: - - name: test - image: hugotty/php8-fpm - commands: - - vendor/bin/simple-phpunit - - name: install image: hugotty/workspace commands: - composer install + - name: test + image: hugotty/php8-fpm + commands: + - vendor/bin/simple-phpunit + - name: code-analysis image: aosapps/drone-sonar-plugin settings: