cypress-io / circleci-orb

Install, cache and run Cypress.io tests on CircleCI with minimal configuration.
https://circleci.com/orbs/registry/orb/cypress-io/cypress
MIT License
160 stars 101 forks source link

Fix: Add colon after cypress/run key #454

Closed daltobello closed 8 months ago

daltobello commented 8 months ago

Summary:

Description:

version: 2.1
orbs:
  cypress: cypress-io/cypress@3
workflows:
  build:
    jobs:
      - cypress/run:
          start-command: 'npm run start'
CLAassistant commented 8 months ago

CLA assistant check
All committers have signed the CLA.

cypress-app-bot commented 8 months ago
jordanpowell88 commented 8 months ago

Closed in https://github.com/cypress-io/circleci-orb/pull/455