Skip to content

Commit 957b956

Browse files
committed
ci: enable new CI for vision package
1 parent 2783e1f commit 957b956

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
@@ -193,6 +193,7 @@
193193
"storage-control",
194194
"texttospeech",
195195
"tpu",
196+
"vision",
196197
"workflows/invoke-private-endpoint"
197198
]
198199
}

.github/config/nodejs-prod.jsonc

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

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)