Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YummYume committed Mar 15, 2024
1 parent a8b08bc commit 44f02ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion playwright/.env.ci
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BASE_URL="http://127.0.0.1:5173"
BASE_URL="http://localhost:5173"

0 comments on commit 44f02ba

Please sign in to comment.