Skip to content

Commit c24f089

Browse files
committed
ci: enable new CI for vision package
1 parent f44cde8 commit c24f089

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/config/nodejs-dev.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@
198198
"storage-control",
199199
"texttospeech",
200200
"tpu",
201+
"vision",
201202
"workflows/invoke-private-endpoint"
202203
]
203204
}

.github/config/nodejs-prod.jsonc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
"talent", // AssertionError: expected '' to match /Job summary/
109109
"translate", // AssertionError: expected 'Languages:\n{ code: \'ab\', name: \'A…' to match /{ code: 'af', name: 'afrikáans' }/
110110
"video-intelligence", // PERMISSION_DENIED: The caller does not have permission
111-
"vision", // REDIS: Error: connect ECONNREFUSED 127.0.0.1:6379
112111
"workflows", // SyntaxError: Cannot use import statement outside a module
113112
"workflows/quickstart" // [ERR_MODULE_NOT_FOUND]: Cannot find package 'ts-node' imported from ...
114113
]

vision/ci-setup.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

0 commit comments

Comments
 (0)