mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +02:00
ci: fix service config retrieval
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user