Exclude new TypeScript code from package tests

Avoid new source code changing expected output
This commit is contained in:
Henry Mercer
2026-04-13 17:37:29 +01:00
parent cb52ba6486
commit 1aef4ed505
3 changed files with 6 additions and 3 deletions
@@ -8,5 +8,6 @@ packs:
- codeql-testing/codeql-pack3:other-query.ql
paths-ignore:
- tests
- lib
- pr-checks
- tests
@@ -2,5 +2,6 @@ name: Pack testing in the CodeQL Action
disable-default-queries: true
paths-ignore:
- tests
- lib
- pr-checks
- tests
@@ -6,5 +6,6 @@ packs:
- codeql-testing/codeql-pack2
- codeql-testing/codeql-pack3:other-query.ql
paths-ignore:
- tests
- lib
- pr-checks
- tests