mirror of
https://github.com/YunoHost-Apps/bazarr_ynh.git
synced 2024-09-03 18:06:27 +02:00
Update tests.toml
This commit is contained in:
parent
c45366a890
commit
56b5f6a0d2
1 changed files with 10 additions and 0 deletions
10
tests.toml
10
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"
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue