mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Update tests.toml
This commit is contained in:
parent
57f81231b8
commit
ed35333625
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,7 @@ test_format = 1.0
|
|||
|
||||
preinstall = """
|
||||
sudo yunohost domain add dex.domain.tld
|
||||
sudo yunohost domain add minio.domain.tld
|
||||
"""
|
||||
|
||||
# -------------------------------
|
||||
|
@ -22,3 +23,7 @@ test_format = 1.0
|
|||
# -------------------------------
|
||||
|
||||
test_upgrade_from.01d37841270a502d16767a9d7e4e19c8a85a5d06.name = "Upgrade from 0.69.2"
|
||||
test_upgrade_from.01d37841270a502d16767a9d7e4e19c8a85a5d06.args.language = "en"
|
||||
test_upgrade_from.01d37841270a502d16767a9d7e4e19c8a85a5d06.args.minio_domain = "minio.domain.tld"
|
||||
test_upgrade_from.01d37841270a502d16767a9d7e4e19c8a85a5d06.args.minio_admin = "null"
|
||||
test_upgrade_from.01d37841270a502d16767a9d7e4e19c8a85a5d06.args.minio_password = "null"
|
||||
|
|
Loading…
Reference in a new issue