- 
                Notifications
    You must be signed in to change notification settings 
- Fork 105
Open
Labels
type: enhancementNew feature or requestNew feature or request
Description
We are exploring this orb for a Rails and Vue app. bundle for gems can take quite a while since we have some native gems that require a build process. Unfortunately, with this orb, there does not seem to be any way to use the bundler cache that we produce as part of our workflow.
I imagine the feature would look like this:
workflows:
  build:
    jobs:
      - cypress/run:
          yarn: true
          cache-keys: 
            - 'yarn-packages-{{ arch }}-{{ checksum "yarn.lock" }}'
            - 'bundler-{{ arch }}-{{ checksum "Gemfile.lock" }}'nTraum and RyanofWoods
Metadata
Metadata
Assignees
Labels
type: enhancementNew feature or requestNew feature or request