mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Swift: fix extractor tests pack
This allows `codeql query compile` to run on integration test queries.
This commit is contained in:
@@ -25,6 +25,7 @@ provide:
|
||||
- "misc/suite-helpers/qlpack.yml"
|
||||
- "ruby/extractor-pack/codeql-extractor.yml"
|
||||
- "swift/extractor-pack/codeql-extractor.yml"
|
||||
- "swift/integration-tests/qlpack.yml"
|
||||
- "ql/extractor-pack/codeql-extractor.ym"
|
||||
|
||||
versionPolicies:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
name: integration-tests-swift
|
||||
version: 0.0.0
|
||||
extractor: swift
|
||||
dependencies:
|
||||
codeql/swift-all: '*'
|
||||
codeql/swift-all: ${workspace}
|
||||
tests: .
|
||||
extractor: swift
|
||||
|
||||
Reference in New Issue
Block a user