From 28c5cc22c6a5834fab5a571218821c0a039a164e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 22 Jan 2024 17:35:04 +0100 Subject: [PATCH] Add my_webapp during tests --- tests.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests.toml b/tests.toml index eb73b8d..d5d7b73 100644 --- a/tests.toml +++ b/tests.toml @@ -1,3 +1,7 @@ test_format = 1.0 -[default] \ No newline at end of file +[default] + + preinstall = """ + sudo yunohost app install my_webapp --force -a "domain=domain.tld&path=/path&with_sftp=1&password=myreallystrengthpassword&init_main_permission=visitors&phpversion=8.2&database=none" + """