Skip to content

Commit 5d21ad9

Browse files
committed
remove duplicate workflow step
1 parent 1c9dc2e commit 5d21ad9

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/connector-tests.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,17 @@ jobs:
7676
cdk_extra: file-based
7777
- connector: destination-motherduck
7878
cdk_extra: sql
79-
- connector: source-zendesk-support
80-
cdk_extra: n/a
8179
- connector: source-amplitude
8280
cdk_extra: n/a
8381
- connector: source-intercom
8482
cdk_extra: n/a
8583
- connector: source-pokeapi
8684
cdk_extra: n/a
8785

86+
# CDK Tests cannot build the Connector object (constructor args not optional).
87+
# - connector: source-zendesk-support
88+
# cdk_extra: n/a
89+
8890
name: "${{ needs.cdk_changes.outputs[matrix.cdk_extra] == 'false' && 'Skipped Check' || 'Check' }}: ${{matrix.connector}}"
8991
if: needs.cdk_changes.outputs['src'] == 'true'
9092
permissions:
@@ -196,15 +198,6 @@ jobs:
196198
run: |
197199
poetry run airbyte-cdk connector test ${{ matrix.connector }}
198200
199-
- name: Test Connector using Dev CDK [Python Connectors]
200-
if: env.CONNECTOR_LANGUAGE == 'python'
201-
working-directory: airbyte/airbyte-integrations/connectors/${{ matrix.connector }}
202-
env:
203-
GCP_GSM_CREDENTIALS: ${{ secrets.GCP_GSM_CREDENTIALS }}
204-
POETRY_DYNAMIC_VERSIONING_BYPASS: "0.0.0"
205-
run: |
206-
poetry run airbyte-cdk connector test
207-
208201
- name: Container Build and Test [All Connectors]
209202
if: steps.no_changes.outputs.status != 'cancelled'
210203
working-directory: airbyte-python-cdk

0 commit comments

Comments
 (0)