mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Attempt to fix memory issue on CI again
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
6fba195c6b
commit
eb5f6600aa
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -121,7 +121,7 @@ jobs:
|
||||
retry_on: error
|
||||
command: npm ci
|
||||
|
||||
- run: npm run test:unit
|
||||
- run: |
|
||||
npm run build -- --ignore open-lens
|
||||
npm run test:unit
|
||||
name: Run tests
|
||||
env:
|
||||
NODE_OPTIONS: --max-old-space-size=4096
|
||||
|
||||
Loading…
Reference in New Issue
Block a user