Skip to content

Commit e6c0c9e

Browse files
authored
ci: update connector-tests.yml worfklow to use dev binary of airbyte-ci (#131)
1 parent 5c4be66 commit e6c0c9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/connector-tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ jobs:
8888
# cdk_extra: n/a
8989
# TODO: These are manifest connectors and won't work as expected until we
9090
# add `--use-local-cdk` support for manifest connectors.
91-
# - connector: source-the-guardian-api
92-
# cdk_extra: n/a
93-
# - connector: source-pokeapi
94-
# cdk_extra: n/a
91+
- connector: source-the-guardian-api
92+
cdk_extra: n/a
93+
- connector: source-pokeapi
94+
cdk_extra: n/a
9595

9696
name: "Check: '${{matrix.connector}}' (skip=${{needs.cdk_changes.outputs['src'] == 'false' || needs.cdk_changes.outputs[matrix.cdk_extra] == 'false'}})"
9797
permissions:

0 commit comments

Comments
 (0)