Add unit-tests for cache-restore file

This commit is contained in:
Ivan Zosimov 2022-03-31 21:19:33 +02:00
parent 0d5a33faa6
commit 104f9bb034
2 changed files with 86 additions and 1 deletions

View file

@ -1,7 +1,6 @@
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,