put all integration test tasks under integrationTest (#1231)
* always re-run standardSourceTestPython * rename and regroup to integrationTest * add comment
This commit is contained in:
@@ -29,8 +29,8 @@ dependencies {
|
||||
|
||||
testImplementation project(':airbyte-test-utils')
|
||||
|
||||
// integrationTestImplementation project(':airbyte-integrations:bases:standard-source-test')
|
||||
// integrationTestJavaImplementation project(':airbyte-integrations:bases:standard-source-test')
|
||||
|
||||
implementation files(project(':airbyte-integrations:bases:base-java').airbyteDocker.outputs)
|
||||
// integrationTestImplementation files(project(':airbyte-integrations:bases:base-java').airbyteDocker.outputs)
|
||||
// integrationTestJavaImplementation files(project(':airbyte-integrations:bases:base-java').airbyteDocker.outputs)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user