Skip to content

Commit

Permalink
test(e2e): fix artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Nov 9, 2018
1 parent d92215c commit 284f8bd
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 @@ -35,8 +35,8 @@ jobs:
- run: yarn test

- store_artifacts:
path: packages/@vue/cli-ui/tests/e2e/videos
path: tests/demo/tests/e2e/videos
- store_artifacts:
path: packages/@vue/cli-ui/tests/e2e/screenshots
path: tests/demo/tests/e2e/screenshots


0 comments on commit 284f8bd

Please sign in to comment.