test: fix paths

This commit is contained in:
Guillaume Chau
2018-05-18 23:53:58 +02:00
parent e6e6e90dfa
commit ff9be69d3a

View File

@@ -63,9 +63,9 @@ jobs:
at: ~/project
- run: cd packages/@vue/cli-ui && yarn test
- store_artifacts:
path: tests/e2e/videos
path: packages/@vue/cli-ui/tests/e2e/videos
- store_artifacts:
path: tests/e2e/screenshots
path: packages/@vue/cli-ui/tests/e2e/screenshots
workflows:
version: 2