From 25f36c40236c0019df029a19f1abb6fd417eb854 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Wed, 15 Jun 2022 12:17:55 +0100 Subject: [PATCH] Request passing unit tests on Linux and BSD --- .kde-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.kde-ci.yml b/.kde-ci.yml index 20f2de949..4ba300cf9 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -19,3 +19,5 @@ Dependencies: 'frameworks/plasma-framework': '@latest' 'plasma/kwin': '@same' 'plasma/plasma-workspace': '@same' +Options: + require-passing-tests-on: [ 'Linux', 'FreeBSD'] -- GitLab