From 8a044e884004f6bf37a4b0e1e06ae10430e842ed Mon Sep 17 00:00:00 2001 From: youzi-1122 Date: Fri, 11 Sep 2026 14:04:50 +0800 Subject: [PATCH] ci(web): serialize DOM-heavy test files --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfb1ef7ae..a32e5094b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,8 +82,9 @@ jobs: run: npm ci - name: Test + # Keep DOM-heavy suites from competing for CPU within their test timeouts. run: >- - npm test -- --run + npm test -- --run --no-file-parallelism src/api/apm.test.ts src/components/apm src/pages/Apm