ci: show full journalctl log on failure.
This commit is contained in:
parent
31e90e6c58
commit
b90c4073c9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
||||||
- name: Reload AppArmor
|
- name: Reload AppArmor
|
||||||
run: |
|
run: |
|
||||||
sudo systemctl restart apparmor.service || true
|
sudo systemctl restart apparmor.service || true
|
||||||
sudo systemctl status apparmor.service
|
sudo journalctl -xeu apparmor.service
|
||||||
|
|
||||||
- name: Ensure compatibility with some AppArmor userspace tools
|
- name: Ensure compatibility with some AppArmor userspace tools
|
||||||
if: matrix.os != 'ubuntu-24.04'
|
if: matrix.os != 'ubuntu-24.04'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue