Skip to content

Commit b73713e

Browse files
authored
run source acceptance tests against image built from branch (#13401)
* run source acceptance tests against image built from branch + auto fail tests for validation * remove auto fail tests used for validation
1 parent d053600 commit b73713e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/airbyte-source-acceptance-test.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class AirbyteSourceAcceptanceTestPlugin implements Plugin<Project> {
1818
'-v', "${project.projectDir.absolutePath}:${targetMountDirectory}",
1919
'-w', "$targetMountDirectory",
2020
'-e', "AIRBYTE_SAT_CONNECTOR_DIR=${project.projectDir.absolutePath}",
21-
'airbyte/source-acceptance-test',
21+
'airbyte/source-acceptance-test:dev',
2222
'-p', 'integration_tests.acceptance',
2323
]
2424
commandLine args

0 commit comments

Comments
 (0)