1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00
This commit is contained in:
OniriCorpe 2024-01-08 17:58:01 +01:00
parent 167c69cf47
commit 33c701f5dd
2 changed files with 28 additions and 33 deletions

View file

@ -1,33 +0,0 @@
# See here for more information
# https://github.com/YunoHost/package_check#syntax-check_process-file
# Move this file from check_process.default to check_process when you have filled it.
;; Test complet
; Manifest
admin="xana"
email="user@example.com"
password="1Strong-Password"
port="8095"
; Checks
pkg_linter=1
setup_sub_dir=0
setup_root=1
setup_nourl=0
setup_private=0
setup_public=1
upgrade=1
upgrade=1 from_commit=9a6d018337c7d83193282830ff9d9e9b0ae3a733
upgrade=1 from_commit=2750ec2d59df9c988b7a8624104063fcf7f1c198
backup_restore=1
multi_instance=1
port_already_use=1
change_url=0
;;; Options
Email=
Notification=none
;;; Upgrade options
; commit=9a6d018337c7d83193282830ff9d9e9b0ae3a733
name=0.6.0~ynh1
; commit=2750ec2d59df9c988b7a8624104063fcf7f1c198
name=0.11.0~ynh1

28
tests.toml Normal file
View file

@ -0,0 +1,28 @@
test_format = 1.0
[default]
# -------------------------------
# Default args to use for install
# -------------------------------
args.admin = "xana"
args.email = "ci-test@example.com"
args.password = "vYh8io7r*@P&zyo!6ZhBqQQ%8M5D4M"
# false by default
args.accounts_registration_open = 1
# true by default
args.accounts_approval_required = 0
args.accounts_reason_required = 0
# -------------------------------
# Commits to test upgrade from
# -------------------------------
test_upgrade_from.9a6d018337c7d83193282830ff9d9e9b0ae3a733.name = "Upgrade from 0.6.0~ynh1"
test_upgrade_from.2750ec2d59df9c988b7a8624104063fcf7f1c198.name = "Upgrade from 0.11.0~ynh1"
# -------------------------------
# additional tests suite
# -------------------------------