mirror of
https://github.com/github/codeql-action.git
synced 2025-12-23 07:40:10 +08:00
Add explicit field for extraction streaming
This commit is contained in:
2
lib/setup-codeql.test.js
generated
2
lib/setup-codeql.test.js
generated
@@ -120,6 +120,7 @@ ava_1.default.beforeEach(() => {
|
||||
compressionMethod: "gzip",
|
||||
downloadDurationMs: 200,
|
||||
extractionDurationMs: 300,
|
||||
streamExtraction: false,
|
||||
toolsUrl: "toolsUrl",
|
||||
},
|
||||
toolsVersion: testing_utils_1.LINKED_CLI_VERSION.cliVersion,
|
||||
@@ -150,6 +151,7 @@ ava_1.default.beforeEach(() => {
|
||||
compressionMethod: "gzip",
|
||||
downloadDurationMs: 200,
|
||||
extractionDurationMs: 300,
|
||||
streamExtraction: false,
|
||||
toolsUrl: bundleUrl,
|
||||
},
|
||||
toolsVersion: expectedVersion,
|
||||
|
||||
Reference in New Issue
Block a user