Skip to content

Commit 284f8bd

Browse files
author
Guillaume Chau
committed
test(e2e): fix artifacts
1 parent d92215c commit 284f8bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
- run: yarn test
3636

3737
- store_artifacts:
38-
path: packages/@vue/cli-ui/tests/e2e/videos
38+
path: tests/demo/tests/e2e/videos
3939
- store_artifacts:
40-
path: packages/@vue/cli-ui/tests/e2e/screenshots
40+
path: tests/demo/tests/e2e/screenshots
4141

4242

0 commit comments

Comments
 (0)