Skip to content

Remove ci cache stage and build cache into the frontend container

Rick van der Staaij requested to merge container-cache into production

What

Test, can I optimize the cache by installing yarn cache in the container right away?

How to test

  1. See that .yarn cache is stored into the ci container
  2. See that .yarn cache is used to run tests
  3. See that it is quick

Merge request reports