mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-18 10:59:10 +08:00
fix(ci): cypress ininite waiting (#5288)
- Serve the page in background which blocks the thread
This commit is contained in:
parent
3957ffb324
commit
57b4aa7d20
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user