diff --git a/.circleci/config.yml b/.circleci/config.yml index 3a3743648a..0b52239757 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,6 +56,13 @@ jobs: - run: yarn test -p unit-mocha,unit-jest,e2e-nightwatch,e2e-cypress - run: yarn test tsPluginE2e + cli-ui: + <<: *defaults + steps: + - attach_workspace: + at: ~/project + - run: cd packages/@vue/cli-ui && yarn test + workflows: version: 2 test: @@ -73,3 +80,6 @@ workflows: - group-4: requires: - install + - cli-ui: + requires: + - install