Skip to content

Hotfix/tests issue

Giuseppe De Feo requested to merge hotfix/tests_issue into master

There are 2 cases that are missing from rules.

The two new jobs should cover any combination that unit-tests cover and never overlap. So Any time tests run, the one of the two prep shared yarn cache should run. There are two cases that this overlap misses, fixed them both

So the main issue here is that before we were not caching the actual correct folders, but now that we do for some projects those caches folder are too big. I realized that the new folder cached will be only useful if prep_share_yarn_cache was used in build web/mobile because the tests actually just use src/packages/blocks/core/node_modules only and that's the only thing they need.

the interim hotfix is to get rid again of the correct yarn cache folder because it wasn't used and won't be used anyway and wait for a refactor on this

Edited by Giuseppe De Feo

Merge request reports