We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38c08e7 + 99327c2 commit d0b175dCopy full SHA for d0b175d
1 file changed
.github/workflows/connector-tests.yml
@@ -25,7 +25,7 @@ concurrency:
25
jobs:
26
cdk_changes:
27
name: Get Changes
28
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
29
permissions:
30
statuses: write
31
pull-requests: read
@@ -62,7 +62,7 @@ jobs:
62
# Forked PRs are handled by the community_ci.yml workflow
63
# If the condition is not met the job will be skipped (it will not fail)
64
# runs-on: connector-test-large
65
66
timeout-minutes: 360 # 6 hours
67
strategy:
68
fail-fast: false
@@ -153,7 +153,7 @@ jobs:
153
POETRY_DYNAMIC_VERSIONING_BYPASS: "0.0.0"
154
run: |
155
cd airbyte
156
- make tools.airbyte-ci-dev.install
+ make tools.airbyte-ci.install
157
airbyte-ci \
158
--ci-report-bucket-name=airbyte-ci-reports-multi \
159
connectors \
0 commit comments