1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ntfy_ynh.git synced 2024-09-03 19:46:27 +02:00

Update test config

This commit is contained in:
Alexander Wühr 2023-02-24 16:47:29 +01:00
parent 32295d5ab1
commit d47322caea
No known key found for this signature in database
4 changed files with 7 additions and 22 deletions

View file

@ -1,19 +0,0 @@
;; Default test serie
; Checks
pkg_linter=1
setup_sub_dir=0
setup_root=1
setup_nourl=0
setup_private=0
upgrade=1
upgrade=1 from_commit=2.0.1-ynh1
upgrade=1 from_commit=2.0.0-ynh1
upgrade=1 from_commit=1.31.0-ynh1
# 1.30.1~ynh1
upgrade=1 from_commit=6d7d7082971be2626d082a117cdd613a21716f61
backup_restore=1
multi_instance=1
port_already_use=0
change_url=1
actions=0
config_panel=0

View file

@ -22,8 +22,8 @@ fund = "https://liberapay.com/ntfy"
yunohost = ">= 11"
architectures = ["amd64", "arm64", "armhf"]
multi_instance = true
ldap = "false"
sso = "false"
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"

View file

@ -1,7 +1,7 @@
#!/bin/bash
source /usr/share/yunohost/helpers
source _common.sh
source /usr/share/yunohost/helpers
ynh_script_progression -m "Checking version..." -w 1
upgrade_type=$(ynh_check_app_version_changed)

4
tests.toml Normal file
View file

@ -0,0 +1,4 @@
test_format = 1.0
[default]
test_upgrade_from.2.0.1-ynh1.name = "Upgrade from 2.0.1~ynh1"