Skip to content

Commit f5a0592

Browse files
output more logs to verify auditlog-type
1 parent 5fb4889 commit f5a0592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rest-framework-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
DJANGO_VERSION: ${{ matrix.os }}
6565

6666
- name: Logs
67-
if: failure()
68-
run: docker compose logs --tail="2500" uwsgi
67+
if: always()
68+
run: docker compose logs uwsgi 2>&1 | grep -i audit
6969

7070
- name: Shutdown
7171
if: always()

0 commit comments

Comments
 (0)