fixes #2689 Make the external url of cache server configurable if necessary #2690
fixes #2689 Make the external url of cache server configurable if necessary #2690mergify[bot] merged 3 commits intonektos:masterfrom
Conversation
Signed-off-by: Zoupers <qy@zouper.cn>
Signed-off-by: Zoupers <qy@zouper.cn>
If you have the same usecase, we should add an subcommand to the act cli to start the cache server independently as well. Per https://gitea.com/gitea/act_runner/issues/668#issuecomment-968966 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 <qy@zouper.cn>
ChristopherHX
left a comment
There was a problem hiding this comment.
LGTM, but keep in mind this needs another approval
According to this pr, fix the test and optimize the code.
Fix #2689 .