We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2b98e commit 22a33c5Copy full SHA for 22a33c5
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
VSCODE_LOGS_DIR: ${{ github.workspace }}/artifacts/logs
32
CURSORLESS_REPO_ROOT: ${{ github.workspace }}
33
TEMP_DIR: ${{ github.workspace }}/temp
34
- NODE_OPTIONS: "--max-old-space-size=4096"
+ NODE_OPTIONS: "--max-old-space-size=8192"
35
36
steps:
37
- name: Checkout repository
@@ -64,10 +64,7 @@ jobs:
64
if: runner.os == 'Linux'
65
66
- name: Run tests (Other)
67
- run: |
68
- export VSCODE_VERBOSE_LOGGING=1
69
- export DEBUG="*"
70
- pnpm --color test
+ run: pnpm --color test
71
if: runner.os != 'Linux'
72
73
- name: Run Talon-JS tests (Linux)
0 commit comments