From 95caa51536d8774ddcf5f5ca59381af09faf7aa4 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Mon, 29 Nov 2021 11:29:20 +0200 Subject: [PATCH] autotests: Add breeze-icons to .kde-ci.yml Some tests need it, e.g. FAIL! : TestXdgShellClient::testDesktopFileName() Compared values are not the same Actual (c->icon().name()) : "" Expected (QStringLiteral("wayland")): "wayland" --- .kde-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.kde-ci.yml b/.kde-ci.yml index 0896f9a561..cf4a063c1b 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -4,6 +4,7 @@ Dependencies: - 'on': ['@all'] 'require': + 'frameworks/breeze-icons': '@stable' 'frameworks/extra-cmake-modules': '@stable' 'frameworks/kconfig': '@stable' 'frameworks/kconfigwidgets': '@stable'