Skip to content

Commit b1b772f

Browse files
committed
fix running e2e tests
1 parent d7a13ec commit b1b772f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434

3535
# Запускаем Nuxt-сервер и e2e тесты: когда сервер доступен, Cypress стартует
3636
- name: E2E Tests
37-
run: npx start-server-and-test "npm run preview -- -p 3000" http://localhost:3000 "npm run test:e2e"
37+
run: npx start-server-and-test "npm run dev" http://localhost:3000 "npm run test:e2e"

0 commit comments

Comments
 (0)