Fix tests

This commit is contained in:
Sampark Sharma
2022-11-10 15:50:06 +00:00
committed by GitHub
parent e0aadb573c
commit 436cf8d6ea
3 changed files with 39 additions and 15 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ export async function unlinkFile(filePath: fs.PathLike): Promise<void> {
return util.promisify(fs.unlink)(filePath)
}
async function getVersion(app: string): Promise<string> {
export async function getVersion(app: string): Promise<string> {
core.debug(`Checking ${app} --version`)
let versionOutput = ''
try {