ci: Remove language-service from testing group (#40795)
Much like the compiler-cli, the language-service package has internal testing tools that are not intended for external use and do not need fw-testing review. See #40679. PR Close #40795
This commit is contained in:
+1
-1
@@ -682,7 +682,7 @@ groups:
|
||||
- *can-be-global-approved
|
||||
- *can-be-global-docs-approved
|
||||
- >
|
||||
contains_any_globs(files.exclude('packages/compiler-cli/**'), [
|
||||
contains_any_globs(files.exclude('packages/compiler-cli/**').exclude('packages/language-service/**'), [
|
||||
'packages/**/testing/**',
|
||||
'aio/content/guide/testing.md',
|
||||
'aio/content/guide/test-debugging.md',
|
||||
|
||||
Reference in New Issue
Block a user