-
Notifications
You must be signed in to change notification settings - Fork 929
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
Ftr: Migrate travis Ci to GithubActions #752
Conversation
# check consumer status | ||
docker run -it --network host ci-consumer | ||
docker run -i --network host ci-consumer |
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.
I deleted this parameter, because cannot be used TTY(模拟终端)
in GithubActions.
Codecov Report
@@ Coverage Diff @@
## develop #752 +/- ##
===========================================
- Coverage 64.15% 63.17% -0.98%
===========================================
Files 236 244 +8
Lines 12313 13559 +1246
===========================================
+ Hits 7899 8566 +667
- Misses 3648 4123 +475
- Partials 766 870 +104
Continue to review full report at Codecov.
|
Now, GithubActions can cache the dependencies of the last build, which is faster! 🚀 |
Ftr: Migrate travis Ci to GithubActions
Ftr: Migrate travis Ci to GithubActions
Ftr: Migrate travis Ci to GithubActions
What this PR does:
GithubActions is faster than TravisCI and saves about 1 minutes of build time.
Special notes for your reviewer:
Please note whether the CI behavior has been changed.