Skip to content

Commit

Permalink
fix: add more heap size for ci coverage script
Browse files Browse the repository at this point in the history
adding coverage makes node run out of memory if not enabled
  • Loading branch information
karrui committed Oct 11, 2024
1 parent 3b185c6 commit 23d0fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- run: npm run test:coverage
env:
# Required to allow Datadog to trace Vitest tests
NODE_OPTIONS: -r ${{ env.DD_TRACE_PACKAGE }}
NODE_OPTIONS: --max-old-space-size=4096 -r ${{ env.DD_TRACE_PACKAGE }}
gatekeep:
name: Determine if Build & Deploy is needed
outputs:
Expand Down

0 comments on commit 23d0fe8

Please sign in to comment.