diff --git a/manifest.toml b/manifest.toml index 8bdf093..6ab736a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -20,8 +20,8 @@ code = "https://github.com/mikecao/umami" yunohost = ">= 11.1.6" architectures = "all" multi_instance = true -ldap = "?" -sso = "?" +ldap = false +sso = false disk = "50M" ram.build = "50M" ram.runtime = "50M" diff --git a/tests.toml b/tests.toml index e69de29..32c36a4 100644 --- a/tests.toml +++ b/tests.toml @@ -0,0 +1,15 @@ +test_format = 1.0 + +[default] + + # ------------ + # Tests to run + # ------------ + + exclude = "install.subdir" + + # ------------------------------- + # Commits to test upgrade from + # ------------------------------- + + test_upgrade_from.4860e2cc.name = "Upgrade from 1.33~ynh2"