Fix wait-on in tests
continuous-integration/drone/pr Build was killed Details

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

View File

@ -107,7 +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
- yarn serve &
- npx wait-on http://localhost:5000
- yarn test:frontend --browser chrome
depends_on:
- dependencies