mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Increase max memory usage when running tests
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
5420780ae0
commit
2a71bf7ba9
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -63,6 +63,10 @@ jobs:
|
|||||||
|
|
||||||
- run: make test
|
- run: make test
|
||||||
name: Run tests
|
name: Run tests
|
||||||
|
shell: bash
|
||||||
|
env:
|
||||||
|
NODE_OPTIONS: "--max-old-space-size=4096"
|
||||||
|
if: runner.os == 'Linux'
|
||||||
|
|
||||||
- run: make test-extensions
|
- run: make test-extensions
|
||||||
name: Run In-tree Extension tests
|
name: Run In-tree Extension tests
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user