From 2cbf815d1ff238f608588d47c5d683d16d34292c Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Wed, 29 Jun 2022 20:09:38 +0200 Subject: [PATCH] Require passing tests for the CI to pass --- .kde-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.kde-ci.yml b/.kde-ci.yml index d956c6b..d7ff975 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -6,3 +6,4 @@ Dependencies: Options: test-before-installing: True + require-passing-tests-on: [ 'Linux', 'FreeBSD', 'Windows' ]