diff --git a/.circleci/config.yml b/.circleci/config.yml index 2ed7100..3c752d6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,11 +3,11 @@ orbs: cypress: cypress-io/cypress@3.1.3 node: circleci/node@5.0.2 jobs: - build_and_test: # this can be any name you choose + install-browser: # this can be any name you choose executor: node/default steps: - run: - command: npm run test + command: npx @puppeteer/browsers install chrome@stable workflows: run-cy-tests: jobs: