diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 0172040..6b3735c 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -51,7 +51,7 @@ jobs: - name: Preview SvelteKit app working-directory: ./svelte-kit - run: bun run preview & + run: bun run preview --host & - uses: actions/setup-go@v5 with: diff --git a/playwright/.env.ci b/playwright/.env.ci index 96a4871..60e693f 100644 --- a/playwright/.env.ci +++ b/playwright/.env.ci @@ -1 +1 @@ -BASE_URL="http://127.0.0.1:5173" +BASE_URL="http://localhost:5173"