Fixed ci config for visual tests

This commit is contained in:
Mirna Silva 2020-01-17 20:44:45 -03:00
parent 8dc4a5b82a
commit 1dc320edcd

View File

@ -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: