fix: Revise dependency caching#11444
Conversation
|
Claude finished @rubo's task in 1m 55s —— View job Review
Scope: 3 workflow files, 6 No critical, high, or medium findings. The change is correct and well-scoped. FindingsLow — Cache miss on test-only package changes (acknowledged in PR description) Only Info —
Info — Glob pattern is more general than the PR description states
Overall: straightforward, low-risk CI improvement. ✅ |
|
Claude finished @rubo's task in 43s —— View job Review
Scope: 3 workflow files, 6 No critical, high, or medium findings. The change is correct and well-scoped. FindingsLow — Cache miss on test-only package changes (acknowledged in PR description) Only Info —
Info — Glob pattern is more general than the PR description states
Overall: straightforward, low-risk CI improvement. ✅ |
Changes
Replaced the manual buggy NuGet package caching with one of
actions/setup-dotnet. It's based on the lock file ofNethermind.Runner; hence, it doesn't cover the packages referenced by test projects. Nevertheless, the vast majority of packages are cached, greatly reducing the burden.Types of changes
What types of changes does your code introduce?
Testing
Requires testing
If yes, did you write tests?
Notes on testing
Requires manual testing