Changing RELEASE config to run only percy tests

This commit is contained in:
Mirna Silva 2020-01-09 16:17:22 -03:00
parent d0fb4843ab
commit 910d5c65d5

View File

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