Re-add sleep call in pipelines
This commit is contained in:
parent
8c66a5a225
commit
a1a0431f39
|
|
@ -90,6 +90,7 @@ definitions:
|
||||||
- npm ci --prefix client
|
- npm ci --prefix client
|
||||||
- npm run "install:cypress" --prefix client
|
- npm run "install:cypress" --prefix client
|
||||||
- npm run dev --prefix client 2>&1 > /dev/null &
|
- npm run dev --prefix client 2>&1 > /dev/null &
|
||||||
|
- sleep 5
|
||||||
- curl http://localhost:8080/beta-login
|
- curl http://localhost:8080/beta-login
|
||||||
- npm run --prefix client currents
|
- npm run --prefix client currents
|
||||||
- &component-test
|
- &component-test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue