chore: fix e2e script

This commit is contained in:
mutoe 2021-02-28 13:53:19 +08:00
parent a774e509c4
commit 13bd7b8985
1 changed files with 1 additions and 1 deletions

View File

@ -85,5 +85,5 @@ jobs:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
with:
config: baseUrl=http://localhost:5000
start: serve dist
start: yarn serve dist
wait-on: http://localhost:5000