tweag / sparkle

Haskell on Apache Spark.
BSD 3-Clause "New" or "Revised" License
447 stars 30 forks source link

INFRA-957: add caching Step to CI #176

Closed parimalyeole1 closed 1 year ago

parimalyeole1 commented 1 year ago

https://moduscreate.atlassian.net/browse/INFRA-957

facundominguez commented 1 year ago

Thanks @parimalyeole1!

cache-version is set here in clodl: https://github.com/tweag/clodl/blob/master/.github/workflows/build.yml#L7

I just discovered that it isn't set in inline-java :see_no_evil:

facundominguez commented 1 year ago

Thanks @parimalyeole1. I merged most of these in de91313. Let's see now whether PRs pick the cache after CI runs on the master branch.

facundominguez commented 1 year ago

The cache written by master is picked up by other branches :tada: