1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00

Fix V2 + add tests.toml

This commit is contained in:
oufmilo 2023-02-19 21:14:18 +01:00
parent 7d8a483193
commit bba51877b0
3 changed files with 21 additions and 9 deletions

View file

@ -19,7 +19,7 @@ code = "https://github.com/bookwyrm-social/bookwyrm"
[integration]
yunohost = ">= 11.0.9"
architectures = "all"
multi_instance = true
multi_instance = false
ldap = "not_relevant"
sso = "not_relevant"
disk = "50M"

View file

@ -10,14 +10,6 @@
source ../settings/scripts/_common.sh
source /usr/share/yunohost/helpers
#=================================================
# CHECK IF THE APP CAN BE RESTORED
#=================================================
ynh_script_progression --message="Validating restoration parameters..." --weight=1
test ! -d $install_dir \
|| ynh_die --message="There is already a directory: $install_dir "
#=================================================
# STANDARD RESTORATION STEPS
#=================================================

20
tests.toml Normal file
View file

@ -0,0 +1,20 @@
test_format = 1.0
[default]
# ------------
# Tests to run
# ------------
exclude = ["change_url"]
# -------------------------------
# Default args to use for install
# -------------------------------
# -------------------------------
# Commits to test upgrade from
# -------------------------------
test_upgrade_from.2292d0d.name = "Upgrade from 0.5.3"