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:
parent
90badb2483
commit
e4dc8ce012
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user