From 44f02ba3aa21a898ffeed27b441d6b1be1cd19e6 Mon Sep 17 00:00:00 2001 From: YummYume Date: Fri, 15 Mar 2024 14:59:36 +0100 Subject: [PATCH] Fix CI --- .github/workflows/test-e2e.yml | 2 +- playwright/.env.ci | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"