test(ui): circle-ci

This commit is contained in:
Guillaume Chau
2018-05-12 04:30:53 +02:00
parent caf3c248db
commit 74bc221029

View File

@@ -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