From f03ae07fae5dbece0d11f6ad5ca9b63a5cda95aa Mon Sep 17 00:00:00 2001 From: alberto tirla Date: Sat, 2 Mar 2024 19:13:14 +0200 Subject: [PATCH] setup dbus user session because the previous step complained about service unknown --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3935120..829e2445 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,8 @@ jobs: - name: Install Dependencies run: sudo apt -y install at-spi2-core systemd notification-daemon libnotify-bin + name: setup dbus + eval `dbus-launch --sh-syntax --exit-with-session` - name: test-notifications run: notify-send "test summary" "test body" - name: Run tests