From 33cdc5dbe5d8969c253421fcf90f68110fb98aaa Mon Sep 17 00:00:00 2001 From: alberto tirla Date: Sun, 3 Mar 2024 00:42:38 +0200 Subject: [PATCH] add more resolution options and other configs to the xvfb command --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b5d98bf..ff6cfbf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,8 +45,7 @@ jobs: #sudo systemctl start dbus-broker #sudo systemctl start notification-daemon ; eval `dbus-launch --sh-syntax --exit-with-session`; - # xvfb-run :1 --screen 0 600x400x8 & - xvfb-run dunst + xvfb-run dunst --screen 0 600x400x8 & - name: test_notifications run: notify-send "test summary" "test body" - name: Run tests