Caching improves the speed and efficiency of github workflows - we currently cache quite aggressively.
However, if there is for example a database migration in a PR, but the cached CI image does not include the migration, then the PR test backend test will fail.
Someone must delete the github action cache so the CI image is rebuilt.
Expected behavior
Consider a better caching strategy so no manual intervention is necessary.
Describe the bug
Expected behavior