1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bazarr_ynh.git synced 2024-09-03 18:06:27 +02:00
bazarr_ynh/tests.toml

14 lines
530 B
TOML
Raw Normal View History

2023-10-27 15:17:28 +02:00
test_format = 1.0
[default]
2023-10-27 15:20:16 +02:00
# ------------
# 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"
"""