From 8ee8075f82d7fdb0c1fd4052023a775e596e2c74 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Tue, 23 Apr 2024 11:25:28 +0200 Subject: [PATCH] Enforce passing tests --- .kde-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.kde-ci.yml b/.kde-ci.yml index a5696806..7870ed33 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -20,3 +20,6 @@ Dependencies: 'libraries/plasma-wayland-protocols': '@latest-kf6' 'plasma/kwayland': '@latest-kf6' 'plasma/kpipewire': '@latest-kf6' + +Options: + require-passing-tests-on: ['Linux', 'FreeBSD', 'Windows']