github-action
github-action copied to clipboard
Confirm the custom cache key works correctly
Seems after changing the key it still has restored an old cache?
project https://github.com/cypress-io/cypress-and-jest-typescript-example
Is there also a way to 'refresh' the cache? My cypress job cache is currently storing 3 versions of Cypress (I only use 1) and is therefore taking up time to save/restore for no reason.
cypress cache prune
cypress cache prune
Is it possible to do that via the GitHub action in some way?
Provided github-action is allowed to install Cypress and manage the cache itself then it will use a new cache if Cypress is updated.