enable windows

This commit is contained in:
Alex Rodionov 2024-05-31 15:45:44 -07:00
parent 44190633ab
commit cbd802719f
4 changed files with 26 additions and 9 deletions

View file

@ -16,6 +16,7 @@ async function stopRemoteCacheServer() {
return
}
core.startGroup("Remote cache server")
const pid = core.getState('remote-cache-server-pid')
if (pid) {
try {
@ -31,6 +32,7 @@ async function stopRemoteCacheServer() {
const logContent = fs.readFileSync(logPath, 'utf8')
core.debug(`Remote cache server log:\n${logContent}`)
}
core.endGroup()
}
async function saveCaches() {