Skip to content

Commit 1aef4ed

Browse files
committed
Exclude new TypeScript code from package tests
Avoid new source code changing expected output
1 parent cb52ba6 commit 1aef4ed

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

tests/multi-language-repo/.github/codeql/codeql-config-packaging.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ packs:
88
- codeql-testing/codeql-pack3:other-query.ql
99

1010
paths-ignore:
11-
- tests
1211
- lib
12+
- pr-checks
13+
- tests

tests/multi-language-repo/.github/codeql/codeql-config-packaging2.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ name: Pack testing in the CodeQL Action
22

33
disable-default-queries: true
44
paths-ignore:
5-
- tests
65
- lib
6+
- pr-checks
7+
- tests

tests/multi-language-repo/.github/codeql/codeql-config-packaging3.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ packs:
66
- codeql-testing/codeql-pack2
77
- codeql-testing/codeql-pack3:other-query.ql
88
paths-ignore:
9-
- tests
109
- lib
10+
- pr-checks
11+
- tests

0 commit comments

Comments
 (0)