1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Update README.md (#32464)

This commit is contained in:
Evan Tahler
2023-11-14 00:11:09 -08:00
committed by GitHub
parent e2e0aba489
commit c75325b91d

View File

@@ -7,7 +7,7 @@ Connector specific tests declared in the connector code directory:
* Integration tests
Tests common to all connectors:
* [QA checks](https://github.com/airbytehq/airbyte/blob/master/airbyte-ci/connectors/connector_ops/ci_connector_ops/qa_checks.py#L1)
* [QA checks](https://github.com/airbytehq/airbyte/blob/master/airbyte-ci/connectors/connector_ops/connector_ops/qa_checks.py)
* [Connector Acceptance tests](https://docs.airbyte.com/connector-development/testing-connectors/connector-acceptance-tests-reference/)
## Running tests
@@ -41,4 +41,4 @@ Connector Acceptance tests require connector configuration to be provided as a `
## Tests on pull requests
Our CI infrastructure runs the connector tests with [`airbyte-ci` CLI](https://github.com/airbytehq/airbyte/blob/master/airbyte-ci/connectors/pipelines/README.md). Connectors tests are automatically and remotely triggered on your branch according to the changes made in your branch.
**Passing tests are required to merge a connector pull request.**
**Passing tests are required to merge a connector pull request.**