Prevent test container name conflicts
This commit is contained in:
parent
9cf50d1f72
commit
0a35ae012f
|
@ -77,7 +77,7 @@ export async function startContainer(container: GenericContainer) {
|
||||||
container = container
|
container = container
|
||||||
.withReuse()
|
.withReuse()
|
||||||
.withLabels({ "com.budibase": "true" })
|
.withLabels({ "com.budibase": "true" })
|
||||||
.withName(key)
|
.withName(`${key}_testcontainer`)
|
||||||
|
|
||||||
let startedContainer: StartedTestContainer | undefined = undefined
|
let startedContainer: StartedTestContainer | undefined = undefined
|
||||||
let lastError = undefined
|
let lastError = undefined
|
||||||
|
|
Loading…
Reference in New Issue