Skip to content

Commit fd499e3

Browse files
committed
fix vite dev port for e2e wait
1 parent d19f70c commit fd499e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
# Start the dev environment in background
3535
yarn dev &
3636
# Wait for the server to be ready
37-
npx wait-on http://localhost:8080
37+
npx wait-on http://localhost:5173
3838
# Run Cypress tests
3939
yarn cypress run
4040
# Clean up
41-
kill $(lsof -t -i:8080)
41+
kill $(lsof -t -i:5173)
4242
yarn couchdb:stop
4343
4444
- name: Upload screenshots on failure

0 commit comments

Comments
 (0)