diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1951d9..704e595 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,6 +81,8 @@ jobs: - name: Run E2E tests run: pnpm --filter @groombook/e2e test + env: + PLAYWRIGHT_BASE_URL: http://host.docker.internal:8080 - name: Stop Docker Compose stack if: always()