diff --git a/.github/workflows/pr_ci_playwright_e2e.yaml b/.github/workflows/pr_ci_playwright_e2e.yaml index a720e280a..e574025a9 100644 --- a/.github/workflows/pr_ci_playwright_e2e.yaml +++ b/.github/workflows/pr_ci_playwright_e2e.yaml @@ -29,6 +29,9 @@ jobs: - name: Run Docker Compose run: docker compose --env-file .env.dev up --build -d + - name: Check Docker Container Logs + run: docker-compose logs + - name: Setup Node environment uses: actions/setup-node@v4 with: