Skip to content

Commit

Permalink
rename a job, to see if that fixes it
Browse files Browse the repository at this point in the history
  • Loading branch information
albertotirla committed Mar 2, 2024
1 parent 5957356 commit e714460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e714460

Please sign in to comment.