Skip to content

Commit

Permalink
Increase Node's heap memory on the coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
andrekorol committed Jan 9, 2021
1 parent 38aadc5 commit 6a30dcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ jobs:
- run: npm ci
if: steps.cache.outputs.cache-hit != 'true'
- run: npm run coverage
env:
NODE_OPTIONS: --max_old_space_size=4096
- uses: codecov/codecov-action@v1

0 comments on commit 6a30dcc

Please sign in to comment.