ci: re-enable actions cache now that the runner serves it #6
Reference in New Issue
Block a user
Delete Branch "feature/enable-actions-cache"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Cache service answers on 10.200.0.1:43513 after the nftables fix on the runner side, so it makes sense to opt setup-go/setup-node back into
cache: true/cache: pnpm. The setup-actions still tolerate the service being down (warning + fall-through), so this is safely reversible if it ever goes away again.The real win is measured in the run that follows this PR — we should see go-unit and ui-test land a couple of seconds faster as the cache warms across jobs.