From 7a84113102fde5e74dc685b68d72a329aa1dfccb Mon Sep 17 00:00:00 2001 From: helenanull Date: Mon, 19 Jul 2021 20:26:53 +0300 Subject: [PATCH] circle ci config --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7d7e149..61d1901 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,4 +12,4 @@ workflows: record: true # record results on Cypress Dashboard parallel: true # split all specs across machines parallelism: 2 # use 2 CircleCI machines to finish quickly - group: 'all tests' # name this group "all tests" on the dashboard + group: 'all tests'