Skip to content

Commit

Permalink
try more memory for cover
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoes committed Mar 15, 2024
1 parent 156cc83 commit 3aecad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
run: npm install

- name: Coverage
#env:
# NODE_OPTIONS: "--max_old_space_size=8192"
env:
NODE_OPTIONS: "--max_old_space_size=15000"
# coverage has trouble fetching data for some reason in the CI,
# I don't actually care about the test results (that's tested above)
# so ignore any failure here
Expand Down

0 comments on commit 3aecad3

Please sign in to comment.