Commit fb46b4b0 authored by Rémy Coutable's avatar Rémy Coutable Committed by Ash McKenzie

ci: Pull the Yarn cache for compile-storybook jobs

This should save approximately 1 minutes 40 seconds.
Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent cbc1b00b
...@@ -193,10 +193,12 @@ ...@@ -193,10 +193,12 @@
.storybook-yarn-cache: .storybook-yarn-cache:
cache: cache:
- *node-modules-cache
- *storybook-node-modules-cache - *storybook-node-modules-cache
.storybook-yarn-cache-push: .storybook-yarn-cache-push:
cache: cache:
- *node-modules-cache # We don't push this cache as it's already rebuilt by `update-yarn-cache`
- *storybook-node-modules-cache-push - *storybook-node-modules-cache-push
.use-pg11: .use-pg11:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment