From dc96c71b7831ca2e131f4359fdd82b4b13660922 Mon Sep 17 00:00:00 2001 From: alberto tirla Date: Sat, 2 Mar 2024 23:37:40 +0200 Subject: [PATCH] remove the eval line, which errors out --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bea0845..5b9fa841 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - name: setup dbus run: sudo systemctl start dbus-broker - eval `dbus-launch --sh-syntax --exit-with-session` + #eval `dbus-launch --sh-syntax --exit-with-session` - name: test_notifications run: notify-send "test summary" "test body" - name: Run tests