From 57b4aa7d20a5cabbe31b2eee157362d4da68eb14 Mon Sep 17 00:00:00 2001 From: jeremywu <15975785+JeremyWuuuuu@users.noreply.github.com> Date: Mon, 10 Jan 2022 22:48:27 +0800 Subject: [PATCH] fix(ci): cypress ininite waiting (#5288) - Serve the page in background which blocks the thread --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 703d11023b..49d078b141 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -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