mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-13 05:37:44 +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];
|
const action = process.argv[2];
|
||||||
switch (action) {
|
switch (action) {
|
||||||
case "get-services":
|
case "get-services":
|
||||||
const fromConfig = Object.keys(services.config);
|
const fromConfig = Object.keys(services);
|
||||||
|
|
||||||
const missingTests = fromConfig.filter(
|
const missingTests = fromConfig.filter(
|
||||||
service => !tests[service] || tests[service].length === 0
|
service => !tests[service] || tests[service].length === 0
|
||||||
|
Reference in New Issue
Block a user