update tests

This commit is contained in:
bethanyj28
2024-02-22 17:51:15 -05:00
parent bc5b3a85ae
commit 81d5e48db0
2 changed files with 3 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ export async function streamExtractExternal(
core.debug(`Extracting artifact entry: ${fullPath}`)
entry.pipe(createWriteStream(fullPath))
})
.on('close', () => {
.on('end', () => {
clearTimeout(timer)
resolve()
})