Skip to content

Commit

Permalink
build: fix ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
halfwhole committed Dec 23, 2024
1 parent adc81ea commit a84b4cb
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 @@ -74,7 +74,7 @@ jobs:
api_key: ${{ secrets.DD_API_KEY }}
- run: npm run test
env:
NODE_OPTIONS: -r ${{ env.DD_TRACE_PACKAGE }}
NODE_OPTIONS: "--max-old-space-size=4096 -r ${{ env.DD_TRACE_PACKAGE }}"
- name: Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit a84b4cb

Please sign in to comment.