1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00

Fix test cleanup

This commit is contained in:
Chocobozzz 2023-05-10 13:57:06 +02:00
parent 7590f7a868
commit 644391bee6
No known key found for this signature in database
GPG key ID: 583A612D890159BE
7 changed files with 12 additions and 11 deletions

View file

@ -44,6 +44,7 @@ export class ServersCommand extends AbstractCommand {
await copy(origin, join('artifacts', destname))
}
console.log(this.server.parallel)
if (this.server.parallel) {
const promise = saveGithubLogsIfNeeded()