Skip to content

Commit 22a33c5

Browse files
Increase node memory
1 parent 5c2b98e commit 22a33c5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
VSCODE_LOGS_DIR: ${{ github.workspace }}/artifacts/logs
3232
CURSORLESS_REPO_ROOT: ${{ github.workspace }}
3333
TEMP_DIR: ${{ github.workspace }}/temp
34-
NODE_OPTIONS: "--max-old-space-size=4096"
34+
NODE_OPTIONS: "--max-old-space-size=8192"
3535

3636
steps:
3737
- name: Checkout repository
@@ -64,10 +64,7 @@ jobs:
6464
if: runner.os == 'Linux'
6565

6666
- name: Run tests (Other)
67-
run: |
68-
export VSCODE_VERBOSE_LOGGING=1
69-
export DEBUG="*"
70-
pnpm --color test
67+
run: pnpm --color test
7168
if: runner.os != 'Linux'
7269

7370
- name: Run Talon-JS tests (Linux)

0 commit comments

Comments
 (0)