ci: raise Node heap for the client coverage run to fix OOM (#1258)

This commit is contained in:
Maurice
2026-06-22 22:22:41 +02:00
committed by Maurice
parent fe54f45d62
commit 1e4a9a95c2
+4
View File
@@ -126,6 +126,10 @@ jobs:
run: cd client && npm run lint:pages
- name: Run tests
env:
# Vitest + v8 coverage across 150+ files exceeds Node's default ~4 GB
# heap and OOM'd; give it headroom on the 16 GB runner.
NODE_OPTIONS: --max-old-space-size=6144
run: cd client && npm run test:coverage
- name: Upload coverage