ci: output backend logs to the console

This commit is contained in:
ramvignesh-b
2026-04-26 21:15:28 +05:30
parent 357df454d0
commit b1a32512ab
+4
View File
@@ -145,3 +145,7 @@ jobs:
name: playwright-report name: playwright-report
path: frontend/playwright-report/ path: frontend/playwright-report/
retention-days: 10 retention-days: 10
- name: Print Backend Logs on Failure
if: failure()
run: cat tmp/logs/backend.log || true