Fix test-frontend
continuous-integration/drone/pr Build was killed Details

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

View File

@ -106,7 +106,7 @@ steps:
CYPRESS_CACHE_FOLDER: .cache/cypress/
CYPRESS_DEFAULT_COMMAND_TIMEOUT: 60000
commands:
- sed -i 's/localhost/api/g' dist/index.html
- sed -i 's/localhost/api/g' index.html
- yarn serve & npx wait-on http://localhost:5000
- yarn test:frontend --browser chrome
depends_on: