issues
search
corca-ai
/
local-cache
This action allows caching dependencies and build outputs to improve workflow execution time on self hosted machine.
MIT License
44
stars
9
forks
source link
Develop
#10
Closed
seoljiwon
closed
1 year ago
seoljiwon
commented
1 year ago
cache 액션을 사용하면 cache hit을 체크합니다.
cache hit이 true이면, 심볼릭 링크로 cache path에 있는 artifacts를 연결합니다.
cache hit이 false이면, post action으로 해당 path에 생성된 artifacts를 cache path로 옮깁니다.