Merge branch 'master' into fix/10118
This commit is contained in:
commit
2c23db6501
|
@ -17,8 +17,7 @@ describe("getExternalSchema", () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
beforeAll(async () => {
|
beforeAll(async () => {
|
||||||
// This is left on propose without a tag, so if a new version introduces a breaking change we will be notified
|
const container = await new GenericContainer("postgres:13.12")
|
||||||
const container = await new GenericContainer("postgres")
|
|
||||||
.withExposedPorts(5432)
|
.withExposedPorts(5432)
|
||||||
.withEnv("POSTGRES_PASSWORD", "password")
|
.withEnv("POSTGRES_PASSWORD", "password")
|
||||||
.start()
|
.start()
|
||||||
|
|
Loading…
Reference in New Issue