-
Notifications
You must be signed in to change notification settings - Fork 4
677: replace maven caching with explicit cache action #700
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Available PR Commands
See: https://github.com/tahminator/codebloom/wiki/CI-Commands |
Title677: replace maven caching with explicit cache action PR TypeEnhancement Description
Diagram Walkthroughflowchart LR
setupJava["Setup Java (actions/setup-java@v4)"] -- "Maven cache disabled" --> cacheStep["Cache Maven (actions/cache@v4)"]
cacheStep -- "Restore ~/.m2 by keys" --> buildSteps["Build/Test/Validate steps"]
|
| Relevant files | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Enhancement | 7 files
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
/review |
|
/review |
|
/review |
|
/review |
|
/review |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
677
Description of changes
Checklist before review
Screenshots
Dev
Staging