From 83591ed9a45bf00862102f529cd98874ea5a72bd Mon Sep 17 00:00:00 2001 From: helenanull Date: Mon, 4 Sep 2023 14:52:45 +0300 Subject: [PATCH] fmt --- .circleci/config.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d656a68..719a535 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,15 +1,9 @@ version: 2.1 orbs: cypress: cypress-io/cypress@3.1.3 -jobs: - install-browser: - steps: - - run: - command: npx @puppeteer/browsers install chrome@stable workflows: run-cy-tests: jobs: - - install-browser - cypress/run: cypress-command: 'npm run cy:ci' parallelism: 2