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