From e4e728bd770f9e8a1f00ea35c24f005eb8434ed6 Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Mon, 20 Jun 2022 16:00:19 +0200 Subject: [PATCH] CI: stop testing when a testcase fails --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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