mirror of
https://github.com/YunoHost-Apps/agendav_ynh.git
synced 2024-09-03 20:36:12 +02:00
18 lines
605 B
TOML
18 lines
605 B
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json
|
|
|
|
test_format = 1.0
|
|
|
|
[default]
|
|
|
|
preinstall = """
|
|
sudo yunohost tools update apps
|
|
sudo yunohost domain add baikaldomain.tld
|
|
sudo yunohost app install baikal --force \
|
|
-a "domain=baikaldomain.tld&path=/baikal&password=admin&init_main_permission=all_users"
|
|
"""
|
|
|
|
# -------------------------------
|
|
# Commits to test upgrade from
|
|
# -------------------------------
|
|
|
|
test_upgrade_from.6fb29dd.name = "--admin-password ain't needed since like 2 years or so"
|