1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02: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:
@ -644,7 +644,7 @@ jobs:
root: . root: .
paths: paths:
- test-artifacts - test-artifacts
user-actions-benchmark: user-actions-benchmark:
executor: node-browsers-medium-plus executor: node-browsers-medium-plus
steps: steps: