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

This commit is contained in:
Alexandre Pujol 2024-11-19 20:00:04 +00:00 committed by nobody43
parent 57aa1b7459
commit d48ef023bc

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 '\[.*\]'