mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Fix CI tests
This commit is contained in:
parent
881958d179
commit
c37e305342
41 changed files with 133 additions and 72 deletions
|
@ -237,7 +237,7 @@ export class PeerTubeServer {
|
|||
}
|
||||
|
||||
// Share the environment
|
||||
const env = Object.create(process.env)
|
||||
const env = { ...process.env }
|
||||
env['NODE_ENV'] = 'test'
|
||||
env['NODE_APP_INSTANCE'] = this.internalServerNumber.toString()
|
||||
env['NODE_CONFIG'] = JSON.stringify(configOverride)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue