mirror of
https://github.com/github/codeql-action.git
synced 2025-12-24 08:10:06 +08:00
More feature flag renaming
This commit is contained in:
committed by
Andrew Eisenberg
parent
701cea34ba
commit
43c3ed9c28
@@ -262,7 +262,7 @@ for (const [
|
||||
] of TOOLCACHE_BYPASS_TEST_CASES) {
|
||||
test(`download codeql bundle ${
|
||||
shouldToolcacheBeBypassed ? "bypasses" : "does not bypass"
|
||||
} toolcache when feature flag ${
|
||||
} toolcache when feature ${
|
||||
isFeatureEnabled ? "enabled" : "disabled"
|
||||
} and tools: ${toolsInput} passed`, async (t) => {
|
||||
await util.withTmpDir(async (tmpDir) => {
|
||||
|
||||
Reference in New Issue
Block a user