Skip to content

Commit

Permalink
test(ui): circle-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed May 12, 2018
1 parent caf3c24 commit 74bc221
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -73,3 +80,6 @@ workflows:
- group-4:
requires:
- install
- cli-ui:
requires:
- install

0 comments on commit 74bc221

Please sign in to comment.