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

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