mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 12:10:20 +08:00
Update src/testing-utils.ts
Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
This commit is contained in:
@@ -379,7 +379,7 @@ export function createTestConfig(overrides: Partial<Config>): Config {
|
||||
trapCaches: {},
|
||||
trapCacheDownloadTime: 0,
|
||||
dependencyCachingEnabled: CachingKind.None,
|
||||
} as Config,
|
||||
} satisfies Config,
|
||||
overrides,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user