mirror of
https://github.com/YunoHost-Apps/my_capsule_ynh.git
synced 2024-09-03 19:46:21 +02:00
14 lines
283 B
TOML
14 lines
283 B
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json
|
|
|
|
test_format = 1.0
|
|
|
|
[default]
|
|
|
|
preinstall = """
|
|
yunohost tools update apps
|
|
yunohost app install --force gemserv
|
|
"""
|
|
|
|
# ------------
|
|
# Tests to run
|
|
# ------------
|