mirror of
https://github.com/mempool/mempool.git
synced 2025-03-17 13:21:55 +01:00
Split starting and waiting
This commit is contained in:
parent
a2e061c90c
commit
82b25f3ad4
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
@ -294,7 +294,11 @@ jobs:
|
||||
working-directory: mempool/frontend
|
||||
|
||||
- name: Start server in background
|
||||
run: npm run start:local-staging & && ./node_modules/.bin/wait-on http://localhost:4200
|
||||
run: npm run start:local-staging &
|
||||
working-directory: mempool/frontend
|
||||
|
||||
- name: Wait for the server
|
||||
run: ./node_modules/.bin/wait-on http://localhost:4200
|
||||
working-directory: mempool/frontend
|
||||
|
||||
- name: Run Cypress tests
|
||||
@ -376,7 +380,11 @@ jobs:
|
||||
working-directory: liquid/frontend
|
||||
|
||||
- name: Start server in background
|
||||
run: npm run start:local-staging & && ./node_modules/.bin/wait-on http://localhost:4200
|
||||
run: npm run start:local-staging &
|
||||
working-directory: liquid/frontend
|
||||
|
||||
- name: Wait for the server
|
||||
run: ./node_modules/.bin/wait-on http://localhost:4200
|
||||
working-directory: liquid/frontend
|
||||
|
||||
- name: Run Cypress tests
|
||||
@ -458,7 +466,11 @@ jobs:
|
||||
working-directory: testnet4/frontend
|
||||
|
||||
- name: Start server in background
|
||||
run: npm run start:local-staging & && ./node_modules/.bin/wait-on http://localhost:4200
|
||||
run: npm run start:local-staging &
|
||||
working-directory: testnet4/frontend
|
||||
|
||||
- name: Wait for the server
|
||||
run: ./node_modules/.bin/wait-on http://localhost:4200
|
||||
working-directory: testnet4/frontend
|
||||
|
||||
- name: Run Cypress tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user