-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
GitHub ActionsIssue occurring on GitHub ActionsIssue occurring on GitHub ActionsenhancementNew feature or requestNew feature or request
Description
As I've gone and added more and more steps to the rworkflows
actions, I haven't really paid much attention to the R package caching steps. These were originally adapted from biocthis
, and use the actions/cache
action.
I'm now reevaluating these steps in their current context and trying to rearrange them to improve overall speed.
master branch (before):
https://github.com/neurogenomics/rworkflows/blob/master/action.yml
dev branch (latest tests):
https://github.com/neurogenomics/rworkflows/blob/dev/action.yml
Something I noticed in biocthis
is that caching doesn't occur on Linux. I'm assuming there's a reason for this, but I'm not sure what it is. Would you mind elaborating on this @lcolladotor ?
Metadata
Metadata
Assignees
Labels
GitHub ActionsIssue occurring on GitHub ActionsIssue occurring on GitHub ActionsenhancementNew feature or requestNew feature or request