linkis
linkis copied to clipboard
[Feature][Git Action] Support github actions cache
Search before asking
- [X] I had searched in the issues and found no similar feature requirement.
Problem Description
Through the caching mechanism of github During the construction process, caching is performed to speed up the construction.
通过github 的缓存机制 在构建过程中,进行缓存,加快构建速度。可以参考 GitHub Actions 如何使用缓存 https://mrseawave.github.io/blogs/articles/2021/12/17/github-actions-cache/ https://github.com/actions/cache
https://github.com/apache/dubbo-samples https://github.com/apache/shenyu/blob/master/.github/workflows/ci.yml
Description
No response
Use case
No response
solutions
No response
Anything else
No response
Are you willing to submit a PR?
- [X] Yes I am willing to submit a PR!