From db0966fdd928d83e3652615899b4374451b2ffd1 Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Fri, 17 Jan 2025 10:18:08 +0100 Subject: [PATCH] ci: add port mapping to Playwright workflow configuration --- .github/workflows/playwright.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 420d42b..f3757de 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -30,6 +30,9 @@ jobs: depends_on: - postgres-employee + ports: + - 8089:8089 + steps: # Checkout the repository - uses: actions/checkout@v4