mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Merge pull request #5021 from hmakholm/qlpack-test
Add "tests" fields to test qlpacks
This commit is contained in:
@@ -2,3 +2,4 @@ name: codeql-cpp-tests
|
||||
version: 0.0.0
|
||||
libraryPathDependencies: codeql-cpp
|
||||
extractor: cpp
|
||||
tests: .
|
||||
|
||||
@@ -2,3 +2,4 @@ name: codeql-csharp-tests
|
||||
version: 0.0.0
|
||||
libraryPathDependencies: codeql-csharp
|
||||
extractor: csharp
|
||||
tests: .
|
||||
|
||||
@@ -2,3 +2,4 @@ name: codeql-java-tests
|
||||
version: 0.0.0
|
||||
libraryPathDependencies: codeql-java
|
||||
extractor: java
|
||||
tests: .
|
||||
|
||||
@@ -2,3 +2,4 @@ name: codeql-javascript-tests
|
||||
version: 0.0.0
|
||||
libraryPathDependencies: codeql-javascript
|
||||
extractor: javascript
|
||||
tests: .
|
||||
|
||||
@@ -2,3 +2,4 @@ name: codeql-python-tests
|
||||
version: 0.0.0
|
||||
libraryPathDependencies: codeql-python
|
||||
extractor: python
|
||||
tests: .
|
||||
|
||||
Reference in New Issue
Block a user