From ff9be69d3a31e32c0ff3bcb4e48a5df3f2de5f38 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Fri, 18 May 2018 23:53:58 +0200 Subject: [PATCH] test: fix paths --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8ab293672..48de71d21 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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