enable windows
This commit is contained in:
parent
44190633ab
commit
cbd802719f
4 changed files with 26 additions and 9 deletions
2
post.js
2
post.js
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue