From 4002bb804c8a92a68677bed6aea1a03e38cbe2d5 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Wed, 19 Apr 2023 21:53:28 +0200 Subject: [PATCH] Don't require passing tests on windows Qt6 --- .kde-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kde-ci.yml b/.kde-ci.yml index 240f77b3c..73e054458 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', 'Windows' ] + require-passing-tests-on: [ 'Linux/Qt5', 'FreeBSD', 'Windows/Qt5' ]