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: