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'