-
Notifications
You must be signed in to change notification settings - Fork 938
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
Revamp Github Action settings for CI #1947
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1947 +/- ##
============================================
- Coverage 60.89% 60.86% -0.04%
Complexity 69 69
============================================
Files 302 302
Lines 14785 14797 +12
Branches 1914 1915 +1
============================================
+ Hits 9004 9006 +2
- Misses 5011 5022 +11
+ Partials 770 769 -1
Continue to review full report at Codecov.
|
restore-keys: | | ||
${{ runner.os }}-maven-io- | ||
- name: Build with Maven | ||
cache: 'maven' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a good code improvement ! more details action docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awosome, do we need to un-pin actions/[email protected]
?
thanks @pan3793 @ulysses-you @cfmcgrady for the help, merged to master |
Why are the changes needed?
include
actions/cache@v2
withactions/setup-java@v2
-cache: 'maven'
How was this patch tested?
Add some test cases that check the changes thoroughly including negative and positive cases if possible
Add screenshots for manual tests if appropriate
Run test locally before make a pull request
Need to pass all CI jobs