Skip to content

Commit

Permalink
run source acceptance tests against image built from branch (#13401)
Browse files Browse the repository at this point in the history
* run source acceptance tests against image built from branch + auto fail tests for validation

* remove auto fail tests used for validation
  • Loading branch information
brianjlai authored Jun 2, 2022
1 parent d053600 commit b73713e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class AirbyteSourceAcceptanceTestPlugin implements Plugin<Project> {
'-v', "${project.projectDir.absolutePath}:${targetMountDirectory}",
'-w', "$targetMountDirectory",
'-e', "AIRBYTE_SAT_CONNECTOR_DIR=${project.projectDir.absolutePath}",
'airbyte/source-acceptance-test',
'airbyte/source-acceptance-test:dev',
'-p', 'integration_tests.acceptance',
]
commandLine args
Expand Down

0 comments on commit b73713e

Please sign in to comment.