mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-13 08:27:03 +00:00
ci: fix service config retrieval
This commit is contained in:
parent
0a411196e9
commit
417a21ea91
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ const finnicky = new Set(['bilibili', 'instagram', 'youtube'])
|
|||
const action = process.argv[2];
|
||||
switch (action) {
|
||||
case "get-services":
|
||||
const fromConfig = Object.keys(services.config);
|
||||
const fromConfig = Object.keys(services);
|
||||
|
||||
const missingTests = fromConfig.filter(
|
||||
service => !tests[service] || tests[service].length === 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue