From eba4ab10e1632524411370f223e8f621e195e564 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Mon, 29 Nov 2021 11:11:07 +0200 Subject: [PATCH] autotests: Add breeze to .kde-ci.yml Some tests need it, e.g. FAIL! : TestDontCrashUseractionsMenu::initTestCase() 'kwinApp()->setStyle(QStringLiteral("breeze"))' returned FALSE. () Loc: [/builds/plasma/kwin/autotests/integration/dont_crash_useractions_menu.cpp(57)] --- .kde-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.kde-ci.yml b/.kde-ci.yml index 8bb566b8ed..0896f9a561 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -30,6 +30,7 @@ Dependencies: 'frameworks/kdoctools': '@stable' 'frameworks/krunner': '@stable' 'frameworks/kirigami': '@stable' + 'plasma/breeze': '@same' 'plasma/kdecoration': '@same' 'plasma/kscreenlocker': '@same' 'plasma/kwayland-server': '@same'