From 433001001a7ea276e891bd6658e5a8b7d1b8da65 Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Thu, 16 Jan 2025 18:10:58 +0100 Subject: [PATCH] ci: add docker compose boot step to workflow --- .github/workflows/playwright.yml | 3 +++ 1 file changed, 3 insertions(+) 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