1 parent d7a13ec commit b1b772fCopy full SHA for b1b772f
1 file changed
.github/workflows/ci.yml
@@ -34,4 +34,4 @@ jobs:
34
35
# Запускаем Nuxt-сервер и e2e тесты: когда сервер доступен, Cypress стартует
36
- name: E2E Tests
37
- run: npx start-server-and-test "npm run preview -- -p 3000" http://localhost:3000 "npm run test:e2e"
+ run: npx start-server-and-test "npm run dev" http://localhost:3000 "npm run test:e2e"
0 commit comments