Skip to content

Commit ad0d740

Browse files
committed
[draft] ci: collect audit.log after CI run
Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 43624cb commit ad0d740

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/validate.yml

+3
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ jobs:
130130
- name: "32-bit test"
131131
run: lima make -C /tmp/selinux GOARCH=386 test
132132

133+
- name: "Show audit.log"
134+
run: lima sudo cat /var/log/audit/audit.log
135+
133136
all-done:
134137
needs:
135138
- commit

0 commit comments

Comments
 (0)