From e5c1140fb82c5ff9051f4e92b159ca2df0e37787 Mon Sep 17 00:00:00 2001 From: helenanull Date: Mon, 4 Sep 2023 12:57:32 +0300 Subject: [PATCH] update orb --- .circleci/config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 65d3b07..28495c0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,11 +4,7 @@ orbs: workflows: build: jobs: - - cypress/install: - build: 'npm install' - cypress/run: - requires: - - cypress/install install-browsers: true start-command: npm run cy:run:web record: true # record results on Cypress Dashboard