mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +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
|
||||
|
||||
prep-build-storybook:
|
||||
executor: node-browsers
|
||||
executor: node-browsers-medium-plus
|
||||
steps:
|
||||
- checkout
|
||||
- attach_workspace:
|
||||
@ -644,7 +644,7 @@ jobs:
|
||||
root: .
|
||||
paths:
|
||||
- test-artifacts
|
||||
|
||||
|
||||
user-actions-benchmark:
|
||||
executor: node-browsers-medium-plus
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user