parent
8870ebdb5e
commit
eab0e634a2
@ -17,6 +17,7 @@ export default class SeedTestRunners implements Seeder {
|
|||||||
public async run(factory: Factory, connection: Connection): Promise<any> {
|
public async run(factory: Factory, connection: Connection): Promise<any> {
|
||||||
let testOrg: RunnerOrganisation = await this.createTestOrg(connection);
|
let testOrg: RunnerOrganisation = await this.createTestOrg(connection);
|
||||||
let testTeam: RunnerTeam = await this.createTestTeam(connection, testOrg);
|
let testTeam: RunnerTeam = await this.createTestTeam(connection, testOrg);
|
||||||
|
await this.createTestRunners(connection, testOrg);
|
||||||
await this.createTestRunners(connection, testTeam);
|
await this.createTestRunners(connection, testTeam);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user