mirror of
https://github.com/YunoHost-Apps/icecoder_ynh.git
synced 2024-09-03 19:26:10 +02:00
Add my_webapp during tests
This commit is contained in:
parent
c8a974998f
commit
28c5cc22c6
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
test_format = 1.0
|
test_format = 1.0
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
|
|
||||||
|
preinstall = """
|
||||||
|
sudo yunohost app install my_webapp --force -a "domain=domain.tld&path=/path&with_sftp=1&password=myreallystrengthpassword&init_main_permission=visitors&phpversion=8.2&database=none"
|
||||||
|
"""
|
||||||
|
|
Loading…
Reference in a new issue