We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed012bc commit 768fff2Copy full SHA for 768fff2
.github/workflows/connector-tests.yml
@@ -145,6 +145,8 @@ jobs:
145
-f description="Running connector tests..." \
146
-f context="${{ matrix.connector }} Test Report"
147
148
+ - name: Install the latest version of uv
149
+ uses: astral-sh/setup-uv@v6
150
- name: Test Connector
151
if: steps.no_changes.outputs.status != 'cancelled'
152
timeout-minutes: 90
@@ -153,7 +155,7 @@ jobs:
153
155
POETRY_DYNAMIC_VERSIONING_BYPASS: "0.0.0"
154
156
run: |
157
cd airbyte
- make tools.airbyte-ci.install
158
+ make tools.airbyte-ci-dev.install
159
airbyte-ci \
160
--ci-report-bucket-name=airbyte-ci-reports-multi \
161
connectors \
0 commit comments