Merge pull request #14282 from Budibase/chore/testcontainer-local-conflicts
Prevent test container name conflicts
This commit is contained in:
commit
d3d6b75da5
|
@ -77,7 +77,7 @@ export async function startContainer(container: GenericContainer) {
|
|||
container = container
|
||||
.withReuse()
|
||||
.withLabels({ "com.budibase": "true" })
|
||||
.withName(key)
|
||||
.withName(`${key}_testcontainer`)
|
||||
|
||||
let startedContainer: StartedTestContainer | undefined = undefined
|
||||
let lastError = undefined
|
||||
|
|
Loading…
Reference in New Issue