-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fixes #2689 Make the external url of cache server configurable if necessary #2690
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
Conversation
Signed-off-by: Zoupers <[email protected]>
Signed-off-by: Zoupers <[email protected]>
If you have the same usecase, we should add an subcommand to the act cli to start the cache server independently as well. I make the way free for a merge, looks good to me |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2690 +/- ##
===========================================
+ Coverage 61.56% 74.41% +12.85%
===========================================
Files 53 72 +19
Lines 9002 11062 +2060
===========================================
+ Hits 5542 8232 +2690
+ Misses 3020 2193 -827
- Partials 440 637 +197 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Zoupers <[email protected]>
ChristopherHX
left a comment
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.
LGTM, but keep in mind this needs another approval
According to this pr, fix the test and optimize the code.
Fix #2689 .