Skip to content

Commit 6237fc3

Browse files
authored
ci: run airbyte connector tests from master branch (#99)
1 parent cf86ded commit 6237fc3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/connector-tests.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,21 +74,22 @@ jobs:
7474
cdk_extra: n/a
7575
- connector: source-chargebee
7676
cdk_extra: n/a
77-
# Currently not passing CI (unrelated)
78-
# - connector: source-zendesk-support
79-
# cdk_extra: n/a
8077
- connector: source-s3
8178
cdk_extra: file-based
8279
- connector: destination-pinecone
8380
cdk_extra: vector-db-based
8481
- connector: destination-motherduck
8582
cdk_extra: sql
83+
# ZenDesk currently failing (as of 2024-12-02)
84+
# TODO: Re-enable once fixed
85+
# - connector: source-zendesk-support
86+
# cdk_extra: n/a
8687
# TODO: These are manifest connectors and won't work as expected until we
8788
# add `--use-local-cdk` support for manifest connectors.
88-
- connector: source-the-guardian-api
89-
cdk_extra: n/a
90-
- connector: source-pokeapi
91-
cdk_extra: n/a
89+
# - connector: source-the-guardian-api
90+
# cdk_extra: n/a
91+
# - connector: source-pokeapi
92+
# cdk_extra: n/a
9293

9394
name: "Check: '${{matrix.connector}}' (skip=${{needs.cdk_changes.outputs[matrix.cdk_extra] == 'false'}})"
9495
steps:
@@ -116,8 +117,7 @@ jobs:
116117
if: steps.no_changes.outputs.status != 'cancelled'
117118
with:
118119
repository: airbytehq/airbyte
119-
# TODO: Revert to `master` after Airbyte CI released:
120-
ref: aj/airbyte-ci/update-python-local-cdk-code
120+
ref: master
121121
path: airbyte
122122
- name: Test Connector
123123
if: steps.no_changes.outputs.status != 'cancelled'

0 commit comments

Comments
 (0)