From 316b3eb879a6eb4b925d260e2e5d71510302db4e Mon Sep 17 00:00:00 2001 From: Kent Wang Date: Fri, 21 Mar 2025 11:11:41 +0800 Subject: [PATCH] 1.run in windows --- .github/workflows/test.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8547f09d22..96450faf1f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,14 +33,9 @@ jobs: - name: Install packages run: npm ci - - name: Lint - run: npm run lint - - - name: Lint markdown - run: npm run lint:markdown - - name: Build app for smoke tests - run: npm run app-build + shell: bash + run: NODE_OPTIONS='--max_old_space_size=6144' npm run app-build - name: Smoke test electron app run: |