Add some unit tests fot cache-utils.ts file

This commit is contained in:
Ivan Zosimov (Akvelon INC) 2022-03-05 11:01:57 +03:00
parent 2e1e7c7d7e
commit 4d62da4173
2 changed files with 107 additions and 0 deletions

View file

@ -1,6 +1,7 @@
import * as exec from '@actions/exec';
import {supportedPackageManagers, PackageManagerInfo} from './package-managers';
export const getCommandOutput = async (toolCommand: string) => {
let {stdout, stderr, exitCode} = await exec.getExecOutput(
toolCommand,