put all integration test tasks under integrationTest (#1231)
* always re-run standardSourceTestPython * rename and regroup to integrationTest * add comment
This commit is contained in:
@@ -17,9 +17,9 @@ dependencies {
|
||||
|
||||
testImplementation "org.testcontainers:postgresql:1.15.0-rc2"
|
||||
|
||||
integrationTestImplementation project(':airbyte-integrations:bases:standard-destination-test')
|
||||
integrationTestImplementation "org.testcontainers:postgresql:1.15.0-rc2"
|
||||
integrationTestJavaImplementation project(':airbyte-integrations:bases:standard-destination-test')
|
||||
integrationTestJavaImplementation "org.testcontainers:postgresql:1.15.0-rc2"
|
||||
|
||||
implementation files(project(':airbyte-integrations:bases:base-java').airbyteDocker.outputs)
|
||||
integrationTestImplementation files(project(':airbyte-integrations:bases:base-normalization').airbyteDocker.outputs)
|
||||
integrationTestJavaImplementation files(project(':airbyte-integrations:bases:base-normalization').airbyteDocker.outputs)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user