Skip to content

Commit 5b6af31

Browse files
committed
ci: Update workflow with DB cleanup and logging
1 parent 1bb61b2 commit 5b6af31

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ jobs:
3939

4040
- name: Wait for Services
4141
run: sleep 30
42-
# ---------------------------
42+
43+
- name: Debug DB Logs on Failure
44+
if: failure()
45+
run: docker logs automation_pg_container
4346

4447
- name: Run Playwright tests
4548
run: npx playwright test

0 commit comments

Comments
 (0)