-
Notifications
You must be signed in to change notification settings - Fork 233
Allow fully disabling cache for local workflow testing #667
Copy link
Copy link
Closed
Labels
featurea feature request or enhancementa feature request or enhancementhelp wanted ❤️we'd love your help!we'd love your help!
Description
Is your feature request related to a problem? Please describe.
The current versions of setup-renv and friends utilize GitHub cache, which is great, but is incompatible with local testing environments such as act. This makes local workflow iteration challenging.
Describe the solution you'd like
An option to disable the cache step completely as opposed to simply cache invalidation.
Describe alternatives you've considered
Forking the action. ;)
Additional context
ACT sets an environment variable (ACT) to TRUE when running locally. This is one generally recommended way of having skipping GitHub-specific steps for local testing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featurea feature request or enhancementa feature request or enhancementhelp wanted ❤️we'd love your help!we'd love your help!