Skip to content

Commit

Permalink
Fix tests Postgres version
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Mar 10, 2020
1 parent 4440e49 commit a4c2539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cubejs-schema-compiler/test/DbRunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class PostgresDBRunner extends BaseDbRunner {
}

async containerLazyInit() {
return new GenericContainer('postgres')
return new GenericContainer('postgres', '9.6.8')
.withEnv("POSTGRES_USER", 'root')
.withEnv("POSTGRES_DB", 'model_test')
.withExposedPorts(this.port())
Expand Down

0 comments on commit a4c2539

Please sign in to comment.