There was an error while loading. Please reload this page.
1 parent 725aac2 commit 7ec1ec2Copy full SHA for 7ec1ec2
1 file changed
.github/workflows/callable-ts-version-unit-test.yml
@@ -36,4 +36,9 @@ jobs:
36
force: true
37
- name: Run tests
38
working-directory: ./amplify-data
39
+ # Newer TypeScript compilers use more memory type-checking this repo's
40
+ # generic-heavy types via ts-jest, exceeding V8's default (~4GB) heap.
41
+ # Raise the limit so the canary reports real regressions, not OOMs.
42
+ env:
43
+ NODE_OPTIONS: --max-old-space-size=8192
44
run: yarn lint && yarn test
0 commit comments