1
0
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:
Alex Andreev 2022-06-10 15:39:34 +03:00
parent 5420780ae0
commit 2a71bf7ba9

View File

@ -63,6 +63,10 @@ jobs:
- run: make test
name: Run tests
shell: bash
env:
NODE_OPTIONS: "--max-old-space-size=4096"
if: runner.os == 'Linux'
- run: make test-extensions
name: Run In-tree Extension tests