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
Set up a Github action that includes the mage action as a step
Run the action multiple times
Expected behaviour
It should download mage on the first run, but not subsequent runs.
Actual behaviour
It downloads mage on every run.
I believe this is because the action never attempts to check if the mage executable is in the cache and skip the download if available. The tc.find() method is never invoked in the installer.
I believe this is because the action never attempts to check if the mage executable is in the cache and skip the download if available. The tc.find() method is never invoked in the installer.
@crazy-max I would like to care about this issue, but have a quick question: what we need to do, if @actions/cache option is not available calling cache.isFeatureAvailable() on self-hosted or GHE? Is it require to handle both options: for local and global cache?
Thanks in advance
Behaviour
Steps to reproduce this issue
Expected behaviour
It should download mage on the first run, but not subsequent runs.
Actual behaviour
It downloads mage on every run.
I believe this is because the action never attempts to check if the mage executable is in the cache and skip the download if available. The
tc.find()
method is never invoked in the installer.Configuration
Logs
logs_104.zip
The text was updated successfully, but these errors were encountered: