Skip to content

Use Cypress caching for utility jobs #163

Closed
@bahmutov

Description

@bahmutov

these jobs could use the existing pre-installed workspace

jobs:
  unit:
    description: Checks the code formatting
    executor:
      name: node/default
      tag: '12'
    steps:
      - checkout
      - node/with-cache:
          steps:
            - run: npm ci
      - run: npm run format:check

  publish:
    description: Publishes the new version of the plugin to NPM
    executor:
      name: node/default
      tag: '12'
    steps:
      - checkout
      - node/with-cache:
          steps:
            - run: npm ci
      - run: npm run semantic-release

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions