1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix intermittent storybook build failure (#16124)

The CI job for building storybook will fail occasionally, presumably
due to a Node.js process running out of heap memory. This job is the
only build job that runs with default Node.js memory settings.

It has been updated to use a larger instance size and to set the heap
size to 2GB, matching our other build jobs.
This commit is contained in:
Mark Stacey 2022-10-07 11:38:38 -04:00 committed by GitHub
parent 90badb2483
commit e4dc8ce012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -386,7 +386,7 @@ jobs:
- builds-test - builds-test
prep-build-storybook: prep-build-storybook:
executor: node-browsers executor: node-browsers-medium-plus
steps: steps:
- checkout - checkout
- attach_workspace: - attach_workspace: