Y
Hacker News
new
|
ask
|
show
|
jobs
by
ZeWaka
1008 days ago
> with no persistent storage
There's
https://github.com/actions/cache
though?
1 comments
dcow
1008 days ago
They're saying that unless you use actions, you don't get the cohesive cache and artifacts support. That replicating that in the cloud or locally is a PITA. Thus people are using the GH actions vendor specific tooling in that way.
link