Skip to content

Commit cadfd78

Browse files
committed
ci: enable new CI for vision package
1 parent 8f0eaac commit cadfd78

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
@@ -217,6 +217,7 @@
217217
"texttospeech",
218218
"tpu",
219219
"translate",
220+
"vision",
220221
"workflows/invoke-private-endpoint"
221222
]
222223
}

.github/config/nodejs-prod.jsonc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
"run/idp-sql", // (untested) Error: Invalid contents in the credentials file
9696
"storagetransfer", // CredentialsError: Missing credentials in config, if using AWS_CONFIG_FILE, set AWS_SDK_LOAD_CONFIG=1
9797
"video-intelligence", // PERMISSION_DENIED: The caller does not have permission
98-
"vision", // REDIS: Error: connect ECONNREFUSED 127.0.0.1:6379
9998
"workflows", // SyntaxError: Cannot use import statement outside a module
10099
"workflows/quickstart" // [ERR_MODULE_NOT_FOUND]: Cannot find package 'ts-node' imported from ...
101100
]

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)