Skip to content
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

Allow targets to be disabled in project.yml #290

Closed
grasmash opened this issue Aug 15, 2016 · 1 comment
Closed

Allow targets to be disabled in project.yml #290

grasmash opened this issue Aug 15, 2016 · 1 comment
Assignees
Labels
Enhancement A feature or feature request

Comments

@grasmash
Copy link
Contributor

# Control which targets are run by the *:build:validate:test processes. You may
# still execute any target individually.
targets:
  frontend:
    build: true
  tests:
    behat: true
    phpunit: true
    security-updates: true
  validate:
    composer: true
    lint: true
    phpcs: true
    twig: true
@grasmash
Copy link
Contributor Author

grasmash commented Aug 15, 2016

This would require some target renaming, but is more organized.

targets:
  frontend:
    build: true
  setup:
    behat: true
    drupal:
      config-import: true
      hash-salt: true
      install: true
    git-hooks: true
  tests:
    behat: true
    phpunit: true
    security-updates: true
  validate:
    composer:
      lint: true
    php:
      lint: true
      sniff: true
    twig:
      lint: true
    js:
      sniff: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement A feature or feature request
Projects
None yet
Development

No branches or pull requests

1 participant