@@ -40,23 +40,27 @@ jobs:
4040 // repos.
4141 // You can run multiple paths per suite as space-separated in `path`.
4242 return [
43- { name: 'content', path: 'tests/content', },
4443 { name: 'automated-pipelines', path: 'src/automated-pipelines/tests', },
44+ { name: 'content', path: 'tests/content', },
45+ // { name: 'content-linter', path: 'src/content-linter/tests', },
4546 { name: 'events', path: 'src/events/tests', },
4647 { name: 'ghes-releases', path: 'src/ghes-releases/tests', },
48+ { name: 'github-apps', path: 'src/github-apps/tests', },
4749 { name: 'graphql', path: 'src/graphql/tests', },
48- { name: 'rest', path: 'src/rest/tests', },
49- { name: 'webhooks', path: 'src/webhooks/tests', },
50+ { name: 'landings', path: 'src/landings/tests', },
5051 { name: 'linting', path: 'src/content-linter/tests', },
5152 { name: 'meta', path: 'tests/meta', },
52- { name: 'routing', path: 'tests/routing', },
53+ { name: 'observability', path: 'src/observability/tests' },
54+ { name: 'pageinfo', path: 'src/pageinfo/tests', },
5355 { name: 'rendering', path: 'tests/rendering', },
5456 { name: 'rendering-fixtures', path: 'tests/rendering-fixtures', },
57+ { name: 'rest', path: 'src/rest/tests', },
58+ { name: 'routing', path: 'tests/routing', },
5559 { name: 'search', path: 'src/search/tests', },
56- { name: 'pageinfo', path: 'src/pageinfo/tests', },
5760 context.payload.repository.full_name === 'github/docs-internal' &&
5861 { name: 'translations', path: 'tests/translations', },
5962 { name: 'unit', path: 'tests/unit', },
63+ { name: 'webhooks', path: 'src/webhooks/tests', },
6064 ].filter(Boolean)
6165
6266 test :
0 commit comments