From 56b5f6a0d28cabc17c29e0f5902795b0a4908432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 27 Oct 2023 15:20:16 +0200 Subject: [PATCH] Update tests.toml --- tests.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests.toml b/tests.toml index cbbeef1..480bdc5 100644 --- a/tests.toml +++ b/tests.toml @@ -1,3 +1,13 @@ test_format = 1.0 [default] + + # ------------ + # Tests to run + # ------------ + + preinstall = """ + # sudo yunohost domain add arr.domain.tld + # sudo yunohost app list | grep "radarr" || sudo yunohost app install https://github.com/YunoHost-Apps/radarr_ynh --force -a "domain=arr.domain.tld&path=/radarr&admin=package_checker" + # sudo yunohost app list | grep "sonarr" || sudo yunohost app install https://github.com/YunoHost-Apps/sonarr_ynh --force -a "domain=arr.domain.tld&path=/sonarr&admin=package_checker" + """