Revisit not installing binary on each build
ijsnow opened this issue · 1 comments
ijsnow commented
I had to remove the env vars telling cypress to not install the binary and force install the binary because the build was failing on the release branch every time saying that the binary wasn't installed. For whatever reason the binary was there for PR builds but not the release builds.
I assume you had that skip for build speed reasons. We may want to try to fix this or just leave it. This could either be because of caching differences between yarn and npm or just that the cache holding the binary expired.
felixfbecker commented
Did you figure this out?