From cae232172b7c4ec6e55092b604f62818dfff4767 Mon Sep 17 00:00:00 2001 From: helenanull Date: Mon, 4 Sep 2023 15:34:14 +0300 Subject: [PATCH] fix --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 92a46a9..4165780 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,7 +25,7 @@ workflows: run-cy-tests: jobs: - install-browser - - test + - test: requires: - install-browser - cypress/run: