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
The cache contains built dependencies. When job fails due to compilation
error in the project itself, or due to test failure, next one will have
to recompile the same dependencies all over again, because they were not
cached for failed job.
This commit saves cache unconditionally, using recently introduced
GitHub action 'actions/cache/save@v3'.
0 commit comments