8000 ci: running some test cases with a local registry to better reflect real-world use cases by haoqunjiang · Pull Request #4193 · vuejs/vue-cli · GitHub
[go: up one dir, main page]

Skip to content

ci: running some test cases with a local registry to better reflect real-world use cases #4193

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 20 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: disable untouched jobs for testing purpose
  • Loading branch information
haoqunjiang committed Jun 27, 2019
commit f03615e5da7c1ad5780a8e3016992d171decdf8f
40 changes: 20 additions & 20 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,27 +89,27 @@ workflows:
jobs:
- install:
<<: *filters
- group-1:
<<: *filters
requires:
- install
- group-2:
<<: *filters
requires:
- install
- group-3:
<<: *filters
requires:
- install
- group-4:
<<: *filters
requires:
- install
# - group-1:
# <<: *filters
# requires:
# - install
# - group-2:
# <<: *filters
# requires:
# - install
# - group-3:
# <<: *filters
# requires:
# - install
# - group-4:
# <<: *filters
# requires:
# - install
- tests-after-publish:
<<: *filters
requires:
- install
- cli-ui:
<<: *filters
requires:
- install
# - cli-ui:
# <<: *filters
# requires:
# - install
0