From 1963ee9ec6a86105434e611dca04ad36b535073b Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Wed, 15 Jun 2022 12:17:53 +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 ba381e32..bab57547 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -22,3 +22,5 @@ Dependencies: - 'on': ['Linux', 'FreeBSD'] 'require': 'plasma/kdecoration': '@same' +Options: + require-passing-tests-on: [ 'Linux', 'FreeBSD']