From 86048c3b068cede9bd42275dc3841f9e09e93408 Mon Sep 17 00:00:00 2001 From: helenanull Date: Mon, 4 Sep 2023 13:20:21 +0300 Subject: [PATCH] circle config --- .circleci/config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 64f08f7..9fceee5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,10 +1,13 @@ version: 2.1 orbs: cypress: cypress-io/cypress@3.1.3 + jobs: install-browser: - run: - - command: npx @puppeteer/browsers install chrome@stable + steps: + - run: + command: npx @puppeteer/browsers install chrome@stable + workflows: use-my-orb: jobs: