From e7144605149ce919db693f4070899e24d1e2f0fd Mon Sep 17 00:00:00 2001 From: alberto tirla Date: Sat, 2 Mar 2024 23:04:10 +0200 Subject: [PATCH] rename a job, to see if that fixes it --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aeaa8664..e8d9334d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,10 +40,10 @@ jobs: - name: Install Dependencies run: sudo apt -y install at-spi2-core systemd notification-daemon libnotify-bin - name: setup dbus + name: setup_dbus run: systemctl start dbus-broker run: eval `dbus-launch --sh-syntax --exit-with-session` - - name: test-notifications + - name: test_notifications run: notify-send "test summary" "test body" - name: Run tests run: cargo test