mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix(ci): add memory allocation to Mac test step to prevent OOM
This commit is contained in:
parent
3c5b441046
commit
becd3a5547
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -173,6 +173,8 @@ jobs:
|
|||
|
||||
- name: Test Unit
|
||||
run: npm run test
|
||||
env:
|
||||
NODE_OPTIONS: '--max-old-space-size=4096'
|
||||
|
||||
# - uses: browser-actions/setup-chrome@v2
|
||||
# id: setup-chrome
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue