mirror of
https://github.com/actions/setup-go.git
synced 2025-06-29 20:53:43 +00:00
Add some unit tests fot cache-utils.ts file
This commit is contained in:
parent
2e1e7c7d7e
commit
4d62da4173
2 changed files with 107 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue