1
0
mirror of synced 2025-12-23 21:03:15 -05:00

put all integration test tasks under integrationTest (#1231)

* always re-run standardSourceTestPython

* rename and regroup to integrationTest

* add comment
This commit is contained in:
Jared Rhizor
2020-12-07 10:10:26 -08:00
committed by GitHub
parent 80812b4860
commit 1bd19d1bae
18 changed files with 62 additions and 56 deletions

View File

@@ -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)
}