We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8ec47 commit 6d5ce67Copy full SHA for 6d5ce67
.github/workflows/connector-tests.yml
@@ -129,11 +129,10 @@ jobs:
129
env:
130
GCP_GSM_CREDENTIALS: ${{ secrets.GCP_GSM_CREDENTIALS }}
131
POETRY_DYNAMIC_VERSIONING_BYPASS: "0.0.0"
132
- # TODO: Revert below to use `tools.airbyte-ci-binary.install` after Airbyte CI released:
133
run: |
134
cd airbyte
135
- make tools.airbyte-ci-dev.install
136
- airbyte-ci-dev \
+ make tools.airbyte-ci-binary.install
+ airbyte-ci \
137
--ci-report-bucket-name=airbyte-ci-reports-multi \
138
connectors \
139
--name ${{matrix.connector}} \
0 commit comments