diff --git a/.drone.yml b/.drone.yml index e0517087b..ffd7224f0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: - name: test image: hugotty/php8-fpm commands: - - vendor/bin/simple-phpunit + - vendor/bin/simple-phpunit --stop-on-failure - name: code-analysis image: aosapps/drone-sonar-plugin