mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-13 12:40:18 -05:00
test(ui): circle-ci
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user