1
0
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:
Sebastian Malton 2023-03-22 15:35:04 -04:00
parent 6fba195c6b
commit eb5f6600aa

View File

@ -121,7 +121,7 @@ jobs:
retry_on: error retry_on: error
command: npm ci command: npm ci
- run: npm run test:unit - run: |
npm run build -- --ignore open-lens
npm run test:unit
name: Run tests name: Run tests
env:
NODE_OPTIONS: --max-old-space-size=4096