composer-monorepo-plugin
composer-monorepo-plugin copied to clipboard
test sub-command
Monorepo plugins knows for every component, which other components depend on it.
That means given a list of changed files, we could return the list of components which need their tests run. This could even be written so that this is easily generated using env variables available to Travis for example, or a git commit range.