Compare commits

...

2 Commits

Author SHA1 Message Date
Andrew Eisenberg
04b31ea343 Update java/ql/integration-tests/qlpack.yml 2022-12-15 11:39:28 -08:00
Andrew Eisenberg
b37c1391ce Simplify integration test
There is no need to include extra data extensions for this test.

Move qlpack to the root of the integration test folder.
2022-12-15 09:48:56 -08:00
5 changed files with 6 additions and 18 deletions

View File

@@ -1,5 +0,0 @@
extensions:
- addsTo:
pack: integrationtest-annotation-id-consistency
extensible: neutralModel
data: []

View File

@@ -1,8 +0,0 @@
name: integrationtest-annotation-id-consistency
dependencies:
codeql/java-all: '*'
codeql/java-tests: '*'
codeql/java-queries: '*'
dataExtensions:
ext/*.model.yml

View File

@@ -1,4 +0,0 @@
dependencies:
codeql/java-all: '*'
codeql/java-tests: '*'
codeql/java-queries: '*'

View File

@@ -0,0 +1,6 @@
groups: [java, test]
dependencies:
codeql/java-all: "*"
codeql/java-queries: "*"
extractor: java
tests: .

View File

@@ -1 +0,0 @@
<queries language="java"/>