Skip to content

Commit ff9be69

Browse files
author
Guillaume Chau
committed
test: fix paths
1 parent e6e6e90 commit ff9be69

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
@@ -63,9 +63,9 @@ jobs:
6363
at: ~/project
6464
- run: cd packages/@vue/cli-ui && yarn test
6565
- store_artifacts:
66-
path: tests/e2e/videos
66+
path: packages/@vue/cli-ui/tests/e2e/videos
6767
- store_artifacts:
68-
path: tests/e2e/screenshots
68+
path: packages/@vue/cli-ui/tests/e2e/screenshots
6969

7070
workflows:
7171
version: 2

0 commit comments

Comments
 (0)