Skip to content

Commit

Permalink
setup dbus user session because the previous step complained about se…
Browse files Browse the repository at this point in the history
…rvice unknown
  • Loading branch information
albertotirla committed Mar 2, 2024
1 parent e21da0d commit f03ae07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f03ae07

Please sign in to comment.