You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize GitHub Actions workflow with Terraform binary and Go module caching
Adds prepare-terraform job to download Terraform once and share via artifacts.
Implements Go module caching to avoid redundant downloads across test jobs.
Expected to save ~3-8 minutes and ~1.3-2.6GB per workflow run.
0 commit comments