mirror of
https://github.com/YunoHost-Apps/soapbox_ynh.git
synced 2024-09-03 20:26:11 +02:00
Fix tests: preinstall pleroma
This commit is contained in:
parent
90e673db21
commit
b690eeef18
1 changed files with 11 additions and 0 deletions
11
tests.toml
11
tests.toml
|
@ -3,3 +3,14 @@
|
||||||
test_format = 1.0
|
test_format = 1.0
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
|
|
||||||
|
preinstall = """
|
||||||
|
yunohost tools update apps
|
||||||
|
yunohost domain add pleroma.domain.tld
|
||||||
|
yunohost app install \
|
||||||
|
https://github.com/YunoHost-Apps/pleroma_ynh/tree/8cb4f01438463356916645cff38737cb59fde860 \
|
||||||
|
-a "domain=pleroma.domain.tld&is_public=yes&admin=package_checker&password=1SuperPassword&name=My_Pleroma®istration=false&cache=true&size=2g" \
|
||||||
|
--force
|
||||||
|
"""
|
||||||
|
|
||||||
|
args.backend = "pleroma.domain.tld"
|
||||||
|
|
Loading…
Reference in a new issue