Don't wait when testing
continuous-integration/drone/pr Build was killed Details

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

View File

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