testing: add debug line

This commit is contained in:
Dmitry Shibanov 2022-10-13 15:25:42 +02:00
parent 4a77f694db
commit ab789e9b5b
2 changed files with 2 additions and 0 deletions

1
dist/setup/index.js vendored
View File

@ -73224,6 +73224,7 @@ function getNode(versionSpec, stable, checkLatest, auth, arch = os.arch()) {
}
}
// check cache
core.debug('check toolcache');
let toolPath;
toolPath = tc.find('node', versionSpec, osArch);
// If not found in cache, download

View File

@ -81,6 +81,7 @@ export async function getNode(
}
// check cache
core.debug('check toolcache');
let toolPath: string;
toolPath = tc.find('node', versionSpec, osArch);