From 701e786c1fed602a06e0914a2e3902c013287382 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Tue, 18 Jul 2023 23:23:33 +0200 Subject: [PATCH] Require passing tests on windows --- .kde-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kde-ci.yml b/.kde-ci.yml index 24f31c202..240f77b3c 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -59,4 +59,4 @@ Dependencies: 'frameworks/kdbusaddons': '@latest-kf6' Options: - require-passing-tests-on: [ 'Linux/Qt5', 'FreeBSD' ] + require-passing-tests-on: [ 'Linux/Qt5', 'FreeBSD', 'Windows' ]