fix cypress tests

This commit is contained in:
Karol Wypchlo 2020-08-18 12:06:23 +02:00
parent cbf7705598
commit d391c6cb0d
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ jobs:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
working-directory: packages/webapp
record: true
start: npx http-server public --port 8000
wait-on: "http://localhost:8000"