mautrix_telegram_ynh/tests.toml

38 lines
1.3 KiB
TOML
Raw Normal View History

2023-11-13 21:34:20 +01:00
test_format = 1.0
[default]
# ------------
# Tests to run
# ------------
# For special usecases, sometimes you need to setup other things on the machine
# prior to installing the app (such as installing another app)
# (Remove this key entirely if not needed)
preinstall = """
sudo yunohost tools update apps
sudo yunohost app install https://github.com/YunoHost-Apps/synapse_ynh/ -a "domain=$domain&init_main_permission=all_users&server_name=$server_name&is_free_registration=$is_free_registration&jitsi_server=$jitsi_server" --force
2023-11-13 21:34:20 +01:00
"""
# -------------------------------
# Default args to use for install
# -------------------------------
# By default, the CI will automagically fill the 'standard' args
# such as domain, path, admin, is_public and password with relevant values
# and also install args with a "default" provided in the manifest..
# It should only make sense to declare custom args here for args with no default values
args.botadmin = "@johndoe:server.name"
args.botusers = "server.name"
args.apiid = "1234567"
args.apihash = "0800fc577294c34e0b28ad2839435945"
2023-11-13 21:34:20 +01:00
# -------------------------------
# Commits to test upgrade from
# -------------------------------
test_upgrade_from.452ed0e.name = "Upgrade from 0.12.2"
2023-11-13 21:34:20 +01:00
test_upgrade_from.bf0ba45.name = "Upgrade from 0.13.0"