fix(ci): ensure dbus session is confined during tests
This commit is contained in:
parent
9b8348181c
commit
b532929f5d
2 changed files with 2 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -124,6 +124,7 @@ jobs:
|
|||
for service in "${services[@]}"; do
|
||||
sudo systemctl restart "$service" || systemctl status "$service.service" || true
|
||||
done
|
||||
systemctl restart --user dbus || systemctl status --user "dbus.service" || true
|
||||
sudo ps auxZ | grep -v '\[.*\]'
|
||||
sudo aa-log -s --raw
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue