Hey there guys :slightly_smiling_face: Was wonderi...
# general
p
Hey there guys 🙂 Was wondering about the cache size in CI, and reading here: https://www.pantsbuild.org/docs/using-pants-in-ci There's a useful script to nuke cache when it becomes too big - this should be run as part of the CI before
pantsbuild/actions/init-pants@v5-scie-pants
right?
h
Probably at/towards the end of your CI run.
🙏 1
Before, the caches in question aren't set up yet, so those dirs will be empty anyway.
p
Makes a lot of sense, thanks so much! 🙂