Skip to content

Commit

Permalink
replace & with ; and install dunst instead of notification-daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
albertotirla committed Mar 2, 2024
1 parent 57284a5 commit 652333d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
target: ${{ matrix.target }}

- name: Install Dependencies
run: sudo apt -y install at-spi2-core systemd notification-daemon libnotify-bin dbus-x11
run: sudo apt -y install at-spi2-core systemd dunst libnotify-bin dbus-x11
- name: setup dbus
run:
#sudo systemctl start dbus-broker
sudo systemctl start notification-daemon &
eval `dbus-launch --sh-syntax --exit-with-session` &
sudo systemctl start notification-daemon ;
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 652333d

Please sign in to comment.