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.
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.
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.