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
48053a78eb
commit
58f816f20d
1 changed files with 6 additions and 2 deletions
|
@ -6,5 +6,9 @@ test_format = 1.0
|
|||
# Default args to use for install
|
||||
# -------------------------------
|
||||
|
||||
args.dex_domain="sub.domain.tld"
|
||||
args.dex_path="/example"
|
||||
args.dex_domain="dex.domain.tld"
|
||||
args.dex_path="/example"
|
||||
|
||||
preinstall = """
|
||||
sudo yunohost domain add dex.domain.tld
|
||||
"""
|
Loading…
Reference in a new issue