From 862cccad31dec5fcbaf01c3fb77c99c5ec623ca5 Mon Sep 17 00:00:00 2001 From: helenanull Date: Mon, 4 Sep 2023 13:18:16 +0300 Subject: [PATCH] test --- .circleci/config.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0ea7f29..64f08f7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,12 +1,14 @@ version: 2.1 orbs: cypress: cypress-io/cypress@3.1.3 +jobs: + install-browser: + run: + - command: npx @puppeteer/browsers install chrome@stable workflows: use-my-orb: jobs: - - install-browser: - run: - - command: npx @puppeteer/browsers install chrome@stable + - install-browser - cypress/run: cypress-command: npm run cy:ci parallelism: 2 # use 2 CircleCI machines to finish quickly