Skip to content

Commit

Permalink
enabling postbugs for datastore-postgres submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-airbyte committed Apr 2, 2024
1 parent 9236984 commit 34b730f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions airbyte-cdk/java/airbyte-cdk/datastore-postgres/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ compileKotlin {
}
}

spotbugsTest.enabled = false

dependencies {
implementation project(':airbyte-cdk:java:airbyte-cdk:dependencies')
implementation project(':airbyte-cdk:java:airbyte-cdk:core')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,11 @@ internal class PostgresUtilsTest {
}

companion object {
lateinit var PSQL_DB: PostgreSQLContainer<Nothing>
var PSQL_DB: PostgreSQLContainer<Nothing> = PostgreSQLContainer<Nothing>("postgres:13-alpine")

@JvmStatic
@BeforeAll
fun init(): Unit {
PSQL_DB = PostgreSQLContainer<Nothing>("postgres:13-alpine")
PSQL_DB.start()
}
}
Expand Down

0 comments on commit 34b730f

Please sign in to comment.