fix cypress

This commit is contained in:
Karol Wypchlo 2021-04-13 12:43:12 +02:00
parent 60b4542539
commit ca89013d68
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ jobs:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
working-directory: packages/website
install-command: npm i --force --silent
record: true
start: npm run serve
wait-on: "http://127.0.0.1:9000"