ci: only check testing directories within packages/ for fw-testing (#39536)

The fw-testing group should only match on testing directories within the
framework packages, previously it was also matching in other areas of
the codebase.

PR Close #39536
This commit is contained in:
Joey Perrott 2020-11-02 10:06:31 -08:00
parent 3cab823222
commit db1c48ff36
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ groups:
- *can-be-global-docs-approved
- >
contains_any_globs(files.exclude('packages/compiler-cli/**'), [
'**/testing/**',
'packages/**/testing/**',
'aio/content/guide/testing.md',
'aio/content/guide/test-debugging.md',
'aio/content/guide/testing-attribute-directives.md',