mirror of
https://github.com/YunoHost-Apps/dendrite_ynh.git
synced 2024-09-03 18:25:58 +02:00
Set server_name for CI tests
This commit is contained in:
parent
32ccd9a562
commit
623417da43
1 changed files with 7 additions and 1 deletions
|
@ -2,6 +2,12 @@ test_format = 1.0
|
|||
|
||||
[default]
|
||||
|
||||
# -------------------------------
|
||||
# Default args to use for install
|
||||
# -------------------------------
|
||||
|
||||
args.server_name = "domain.tld"
|
||||
|
||||
# ------------
|
||||
# Tests to run
|
||||
# ------------
|
||||
|
@ -10,4 +16,4 @@ test_format = 1.0
|
|||
# Commits to test upgrade from
|
||||
# -------------------------------
|
||||
|
||||
test_upgrade_from.15f4690b.name = "Upgrade from 0.9.9"
|
||||
test_upgrade_from.15f4690b.name = "Upgrade from 0.9.9"
|
||||
|
|
Loading…
Add table
Reference in a new issue