mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-14 20:30:06 +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…
Reference in a new issue