diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c60305..348f271 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,3 +145,7 @@ jobs: name: playwright-report path: frontend/playwright-report/ retention-days: 10 + + - name: Print Backend Logs on Failure + if: failure() + run: cat tmp/logs/backend.log || true