ci(github): split the final step in two.

This commit is contained in:
Alexandre Pujol 2024-11-19 20:00:04 +00:00
parent 5bf8d362fa
commit 3c0c68f28f
Failed to generate hash of commit

View file

@ -128,8 +128,12 @@ jobs:
run: |
make bats
- name: Show final AppArmor logs and processes security context
- name: Show final AppArmor logs
if: always()
run: |
sudo aa-log -s --raw
- name: Show final processes security context
if: always()
run: |
sudo ps auxZ | grep -v '\[.*\]'