mirror of
https://github.com/actions/setup-go.git
synced 2025-06-29 20:53:43 +00:00
Add unit-tests for cache-restore file
This commit is contained in:
parent
0d5a33faa6
commit
104f9bb034
2 changed files with 86 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue