Jeff Verkoeyen 1d59b25950 Only run unit tests when component src or tests change.
Summary: Closes https://github.com/google/material-components-ios/issues/334.

Reviewers: #mdc_ios_owners, ajsecord

Reviewed By: #mdc_ios_owners, ajsecord

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D580
2016-04-12 19:35:36 -04:00

10 lines
175 B
Plaintext

{
"engines": {
"xcode": {
"type": "xcode-test-engine",
"include": "(components/.+/(src|unit)/.*\\.(m|h|mm|swift)$)",
"exclude": "(/Pods/)"
}
}
}