techthoughts2 / Catesta

Catesta is a PowerShell module and vault project generator. It uses templates to rapidly scaffold test and build integration for a variety of CI/CD platforms.
https://www.catesta.dev/
MIT License
169 stars 20 forks source link

PowerShell module caching in GitHub actions #95

Open SamErde opened 2 months ago

SamErde commented 2 months ago

Have you considered using the GitHub cache for modules that get installed by actions_bootstrap.ps1? This could speed up the build process and also reduce hits to the PowerShell Gallery.

I'm looking at trying two familiar options and didn't want to duplicate efforts if you've already gone down this road.