mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Don't run in parallel cli and plugin tests
This commit is contained in:
@@ -3,7 +3,7 @@ import { exec } from 'child_process'
|
||||
import { ServerInfo } from '../server/servers'
|
||||
|
||||
function getEnvCli (server?: ServerInfo) {
|
||||
return `NODE_ENV=test NODE_APP_INSTANCE=${server.serverNumber}`
|
||||
return `NODE_ENV=test NODE_APP_INSTANCE=${server.internalServerNumber}`
|
||||
}
|
||||
|
||||
async function execCLI (command: string) {
|
||||
|
||||
Reference in New Issue
Block a user