wait again?
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
kolaente 2021-07-25 14:19:04 +02:00
parent 8def6c4123
commit 33a245eb0d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 3 deletions

View File

@ -107,9 +107,8 @@ steps:
CYPRESS_DEFAULT_COMMAND_TIMEOUT: 60000
commands:
- sed -i 's/localhost/api/g' index.html
- yarn serve
# - npx wait-on http://localhost:5000 # does not work, so we're just sleeping here
- sleep 10s
- yarn serve -l warn &
- npx wait-on http://localhost:5000
- yarn test:frontend --browser chrome
depends_on:
- dependencies