From c0ab04e521318cee00486852bfeb7020bd916390 Mon Sep 17 00:00:00 2001 From: sunlei Date: Sun, 17 May 2026 17:10:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(api):=20=E4=BF=AE=E5=A4=8DJenkins=E7=A9=BA?= =?UTF-8?q?=E5=8D=95=E6=B5=8B=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f1a2444..2b00591 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -169,7 +169,7 @@ pipeline { steps { script { // 当前单测配置查找 src/**/*.spec.ts,允许空测试集,后续补齐 spec 后仍会正常执行。 - runCmd('pnpm test -- --passWithNoTests') + runCmd('pnpm test --passWithNoTests') } } }