Skip to content

Commit

Permalink
Fix wait on for node 18 take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Dec 5, 2023
1 parent f5bdfaf commit 38b93fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cat .env-config/.env.development
yarn build:app --mode development
start: yarn preview
wait-on: 'http://127.0.0.1:4173'
wait-on: 'http://[::1]:4173'
command: yarn e2e:run:ci
browser: chrome
config-file: synpress.config.ts
Expand Down

0 comments on commit 38b93fd

Please sign in to comment.