Add sleep delay to bitbucket pipeline
This commit is contained in:
parent
7032cf4e39
commit
2815f9aee9
|
|
@ -74,7 +74,8 @@ aliases:
|
|||
script:
|
||||
- npm ci --prefix client
|
||||
- npm run "install:cypress" --prefix client
|
||||
- npm run dev --prefix client &
|
||||
- npm run dev --prefix client 2>&1 > /dev/null &
|
||||
- sleep 30
|
||||
- curl http://localhost:8080/beta-login
|
||||
- npm run --prefix client test:cypress:frontend
|
||||
- &jest-test
|
||||
|
|
|
|||
Loading…
Reference in New Issue