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
Thank you for this great package. I am still new to Actions and tried to find out, if this action already caches the Meteor install as I think it is a bit overkill for every push and pr to install the Meteor binary again.
If this is not currently supported, do you think it would be feasible to add this feature and maybe a flag to the config like cache: true?
The text was updated successfully, but these errors were encountered:
It is not cached. I don't think there is significant difference in speed between downloading a tarball and decompressing it vs downloading uncompressed binaries. Meteor installation takes less than 20 seconds (check this build) so even if we make it 50% faster it won't make much difference.
However if someone doesn't want to overload Meteor's CDN and use its own cache instead then it would make sense to add this option.
Thank you for this great package. I am still new to Actions and tried to find out, if this action already caches the Meteor install as I think it is a bit overkill for every push and pr to install the Meteor binary again.
If this is not currently supported, do you think it would be feasible to add this feature and maybe a flag to the config like
cache: true
?The text was updated successfully, but these errors were encountered: