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