From d4bea89453ecec207904c5be34a02f6fb729c2f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 7 Feb 2023 09:15:03 +0100 Subject: [PATCH] Fix --- manifest.toml | 4 ++-- tests.toml | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) 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"