fix(ci): cypress ininite waiting (#5288)

- Serve the page in background which blocks the thread
This commit is contained in:
jeremywu 2022-01-10 22:48:27 +08:00 committed by GitHub
parent 3957ffb324
commit 57b4aa7d20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ jobs:
run: pnpm install serve -D -w
- name: Serve documentation site
run: pnpm exec serve docs -p 5001
run: pnpm exec serve docs -p 5001 &
- name: Run Cypress
run: npx cypress run