Skip to content

Commit 7971217

Browse files
committed
Wait on both services to respond
1 parent 8f2bcea commit 7971217

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,11 @@ jobs:
6666
- name: Cypress run
6767
uses: cypress-io/github-action@v4
6868
with:
69-
start: yarn start, yarn start:wc
70-
wait-on: 'http://localhost:3001'
69+
install: false
70+
start: |
71+
yarn start
72+
yarn start:wc
73+
wait-on: 'http://localhost:3000, http://localhost:3001'
7174
env:
7275
PUBLIC_URL: 'http://localhost:3000'
7376

0 commit comments

Comments
 (0)