Skip to content

Allow multiple cache keys #157

@bbugh

Description

@bbugh

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" }}'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions