We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378e66c commit 2ddaf34Copy full SHA for 2ddaf34
.github/workflows/process-e2e.yaml
@@ -35,12 +35,12 @@ jobs:
35
36
- name: Start application server
37
run: |
38
- pnpm dev
+ pnpm dev &
39
env:
40
CI: true
41
42
- name: Wait for server
43
- run: npx wait-on http://localhost:3000
+ run: npx wait-on http://localhost:3000 --timeout 8000
44
45
- name: Run Cypress tests
46
uses: cypress-io/github-action@v6
0 commit comments