Changing screenshot paths back to original
This commit is contained in:
parent
f488b857fe
commit
d0fb4843ab
@ -378,7 +378,6 @@ workflows:
|
|||||||
- run: 'rm -rf ~/.yarn && npm i -g yarn && yarn -v && yarn global
|
- run: 'rm -rf ~/.yarn && npm i -g yarn && yarn -v && yarn global
|
||||||
add wait-on' # Use yarn latest
|
add wait-on' # Use yarn latest
|
||||||
yarn: true
|
yarn: true
|
||||||
record: false
|
|
||||||
store_artifacts: false
|
store_artifacts: false
|
||||||
working_directory: platform/viewer
|
working_directory: platform/viewer
|
||||||
build: npx cross-env QUICK_BUILD=true yarn run build
|
build: npx cross-env QUICK_BUILD=true yarn run build
|
||||||
@ -389,7 +388,7 @@ workflows:
|
|||||||
no-workspace: true # Don't persist workspace
|
no-workspace: true # Don't persist workspace
|
||||||
post-steps:
|
post-steps:
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: platform/viewer/cypress/screenshots/visual-regression
|
path: platform/viewer/cypress/screenshots
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: platform/viewer/cypress/videos
|
path: platform/viewer/cypress/videos
|
||||||
requires:
|
requires:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user