Optimize the frontend CI workflow (#33269)
We're currently running way too many jobs on every single commit in CI. Frontend code coverage is a good example. We can safely move it to run only on the merge to master. Experimental run showed that running FE unit tests without the coverage takes 22 minutes. The run with the coverage takes ~33 minutes on the same machine. Furthermore, we don't have to run Chromatic on every single run. On merge to master should be more than enough.
Please register or sign in to comment