You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have also run into this (same with caching the phpunit directory). I never did find a solution to either and ended up just disabling the cache as well.
Well, the issue was that you were trying to skip the composer install entirely when the cache was a hit. But a hit based on composer.json is not enough for that.
You could still cache the composer cache, but without skipping the install entirely (an install from a warm cache will still help)
Without a lock file, composer cache in CI doesn't always use latest builds of dependencies.
The text was updated successfully, but these errors were encountered: