Skip to content

Commit

Permalink
preliminary try to add a notification daemon
Browse files Browse the repository at this point in the history
this is pam-dbus-notify, to be more exact. Furthermore, I'm installing notify-send, to be able to test that sending notifications actually works as expected
  • Loading branch information
albertotirla committed Mar 2, 2024
1 parent 935ebb1 commit 12f1886
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
target: ${{ matrix.target }}

- name: Install Dependencies
run: sudo apt -y install at-spi2-core systemd
run: sudo apt -y install at-spi2-core systemd pam-dbus-notify notify-send
- name: test-notifications
run: notify-send "test summary" "test body"
- name: Run tests
run: cargo test
clippy:
Expand Down

0 comments on commit 12f1886

Please sign in to comment.