diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index f2ab451..b54d9ac 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -34,6 +34,9 @@ jobs: env: PORT: 4200 # Ensure the server runs on a predictable port + - name: Boot docker compose + run: docker compose up -d + # Install Playwright and dependencies - name: Install Playwright Browsers run: npx playwright install --with-deps