From 910d5c65d50ad5bbb2f9e24b51661a136787e3e8 Mon Sep 17 00:00:00 2001 From: Mirna Silva Date: Thu, 9 Jan 2020 16:17:22 -0300 Subject: [PATCH] Changing RELEASE config to run only percy tests --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 87dcc47f4..116e599ab 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -460,7 +460,8 @@ workflows: working_directory: platform/viewer build: npx cross-env QUICK_BUILD=true yarn run build # start server --> verify running --> percy + chrome + cypress - command: yarn run test:e2e:dist + start: yarn run test:e2e:dist + spec: 'cypress/integration/visual-regression/**/*' cache-key: 'yarn-packages-{{ checksum "yarn.lock" }}' no-workspace: true # Don't persist workspace post-steps: