Skip to content

Commit a84b4cb

Browse files
committed
build: fix ci tests
1 parent adc81ea commit a84b4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
api_key: ${{ secrets.DD_API_KEY }}
7575
- run: npm run test
7676
env:
77-
NODE_OPTIONS: -r ${{ env.DD_TRACE_PACKAGE }}
77+
NODE_OPTIONS: "--max-old-space-size=4096 -r ${{ env.DD_TRACE_PACKAGE }}"
7878
- name: Coveralls
7979
uses: coverallsapp/github-action@master
8080
with:

0 commit comments

Comments
 (0)