From 73fe2c66e4cf063627956ec480588aaacaf5b282 Mon Sep 17 00:00:00 2001 From: helenanull Date: Mon, 4 Sep 2023 15:04:47 +0300 Subject: [PATCH] test --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3169334..52b679e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,6 +8,10 @@ jobs: steps: - run: command: npx @puppeteer/browsers install chrome@stable + - persist_to_workspace: + root: ~/project + paths: + - . workflows: run-cy-tests: jobs: