1
0
Dominik Pschenitschni
2022-02-18 12:29:39 +01:00
parent 95390390a7
commit 98cb14a86c
5 changed files with 5 additions and 5 deletions

View File

@ -120,7 +120,7 @@ steps:
from_secret: cypress_project_key
commands:
- sed -i 's/localhost/api/g' dist/index.html
- yarn serve:dist & npx wait-on http://localhost:5000
- yarn serve:dist & npx wait-on http://localhost:4173
- yarn test:frontend --browser chrome --record
depends_on:
- dependencies