From e78384218a955f79331c6d68a89676362549b5ee Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Mon, 24 Oct 2022 22:12:39 +0200 Subject: [PATCH] Require passing tests --- .kde-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.kde-ci.yml b/.kde-ci.yml index 37007d97..61bf7a2f 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -11,3 +11,6 @@ Dependencies: 'frameworks/ki18n': '@stable' 'frameworks/kconfig': '@stable' 'frameworks/threadweaver': '@stable' + +Options: + require-passing-tests-on: [ 'Linux', 'FreeBSD', 'Windows' ]