Skip to content

Commit

Permalink
test: increase to 5gb for anything running npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayerOrnstein committed Nov 1, 2024
1 parent 81acab4 commit 8911ef5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- run: sh .github/workflows/regression.sh
- uses: stefanzweifel/git-auto-commit-action@v5
env:
NODE_OPTIONS: '--max_old_space_size=5120'
NODE_OPTIONS: '--max_old_space_size=4096'
with:
skip_dirty_check: false
commit_message: 'fix(items): new items'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: npx commitlint --last
- run: npm test
env:
NODE_OPTIONS: '--max_old_space_size=4096'
NODE_OPTIONS: '--max_old_space_size=5120'
- name: Semantic Release
uses: cycjimmy/[email protected]
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- run: npm i --no-save warframe-worldstate-data@^2
- name: Test
env:
NODE_OPTIONS: '--max_old_space_size=4096'
NODE_OPTIONS: '--max_old_space_size=5120'
run: npm test
- name: Regression
env:
Expand Down

0 comments on commit 8911ef5

Please sign in to comment.