From 6a9d6c22633aece9d158e67925b8dcc2f8fb7e34 Mon Sep 17 00:00:00 2001 From: thzxx <1440196015@qq.com> Date: Sat, 25 Jul 2026 17:00:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20CI=20=E7=A7=BB=E9=99=A4=20--no-cache=20+?= =?UTF-8?q?=20=E5=8D=95=E7=BA=BF=E7=A8=8B=EF=BC=8C=E5=BD=BB=E5=BA=95?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=20725=20=E6=B5=8B=E8=AF=95=E5=9C=A8=E5=BC=B1?= =?UTF-8?q?=20CPU=20=E4=B8=8A=E8=B6=85=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ebc80af..ce966d5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: continue-on-error: true - name: Run tests - run: npx jest --forceExit --maxWorkers=1 --testTimeout=15000 --no-cache + run: npx jest --forceExit --maxWorkers=1 --testTimeout=15000 env: NODE_OPTIONS: --max-old-space-size=4096