mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-29 11:06:10 +00:00
ci: fix service config retrieval
This commit is contained in:
parent
0a411196e9
commit
417a21ea91
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue