Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/callable-ts-version-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,9 @@ jobs:
force: true
- name: Run tests
working-directory: ./amplify-data
# Newer TypeScript compilers use more memory type-checking this repo's
# generic-heavy types via ts-jest, exceeding V8's default (~4GB) heap.
# Raise the limit so the canary reports real regressions, not OOMs.
env:
NODE_OPTIONS: --max-old-space-size=8192
run: yarn lint && yarn test
Loading