Skip to content

Commit

Permalink
test: fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed May 18, 2018
1 parent e6e6e90 commit ff9be69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff9be69

Please sign in to comment.