Don't run in parallel cli and plugin tests
This commit is contained in:
parent
f0af38e696
commit
f4659d73fb
5 changed files with 19 additions and 17 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue