Open
Description
If I have a workflow that contains multiple pnpm jobs is there an easy way to have pnpm/action-setup in each so that is doesn't delete the dest folder each time it runs (when cached)? I'd like to keep the action in all jobs just to make sure pnpm is installed but the following line of code seems to delete the entire pnpm store directory each time it runs:
action-setup/src/install-pnpm/run.ts
Line 14 in ac5bf11
Would an option to skip if already installed be worth having?
Thanks
Metadata
Metadata
Assignees
Labels
No labels