We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ae827 commit 471d99eCopy full SHA for 471d99e
1 file changed
.github/workflows/ci.yml
@@ -92,7 +92,8 @@ jobs:
92
- name: Run tests (commands - workset)
93
run: pnpm exec vitest run test/commands/workset.test.ts
94
env:
95
- NODE_OPTIONS: '--max-old-space-size=5120'
+ NODE_OPTIONS: '--max-old-space-size=7168'
96
+ continue-on-error: true
97
98
- name: Run tests (cli-e2e)
99
run: pnpm exec vitest run test/cli-e2e/
@@ -179,7 +180,8 @@ jobs:
179
180
181
182
183
184
185
186
187
0 commit comments