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
Leverage github actions cache to prevent downloading Atmos binaries for each run of an action.
When github actions is used, we're able to use RunsOn S3 cache, which is fast (local in our VPC), and cheap (no traffic over our NAT gateway).
Expected Behavior
Github Actions Cache is used.
Use Case
We're trying to reduce the amount of traffic over our NAT gateway as much as possible. This started to add up on our AWS bill.
Describe Ideal Solution
Local @actions/tool-cache be replace with remote GH Actions cache, or GH Actions cache being added on top of that.