From 1dc320edcd4d0a2f209fe07133143101281a3086 Mon Sep 17 00:00:00 2001 From: Mirna Silva Date: Fri, 17 Jan 2020 20:44:45 -0300 Subject: [PATCH] Fixed ci config for visual tests --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index aa8d46a33..e9188343a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -459,8 +459,7 @@ workflows: working_directory: platform/viewer build: npx cross-env QUICK_BUILD=true yarn run build # start server --> verify running --> percy + chrome + cypress - start: yarn run test:e2e:dist - spec: 'cypress/integration/visual-regression/**/*' + command: yarn run test:e2e:dist cache-key: 'yarn-packages-{{ checksum "yarn.lock" }}' no-workspace: true # Don't persist workspace post-steps: