mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
61 lines
1.7 KiB
TOML
61 lines
1.7 KiB
TOML
test_format = 1.0
|
|
|
|
[default]
|
|
|
|
# -------------------------------
|
|
# Default args to use for install
|
|
# -------------------------------
|
|
|
|
args.with_sftp = "1"
|
|
args.custom_error_file = "0"
|
|
args.password = "SuperDuper_StrongPassw0rd"
|
|
args.database = "none"
|
|
args.phpversion = "8.3"
|
|
test_upgrade_from.bf5d3ed.name = "1.0~ynh14"
|
|
test_upgrade_from.bf5d3ed.args.with_mysql = "0"
|
|
test_upgrade_from.bf5d3ed.args.domain = "sub.domain.tld"
|
|
test_upgrade_from.bf5d3ed.args.path = "/"
|
|
test_upgrade_from.bf5d3ed.args.password = "SuperDuper_StrongPassw0rd"
|
|
|
|
[80_test]
|
|
|
|
only = ["install.subdir", "backup_restore", "upgrade" ]
|
|
args.phpversion = "8.0"
|
|
|
|
[81_test]
|
|
|
|
only = ["install.subdir", "backup_restore", "upgrade" ]
|
|
args.phpversion = "8.1"
|
|
|
|
[82_test]
|
|
|
|
only = ["install.subdir", "backup_restore", "upgrade" ]
|
|
args.phpversion = "8.2"
|
|
|
|
[none_test]
|
|
|
|
args.phpversion = "none"
|
|
|
|
[mysql_test]
|
|
|
|
only = ["install.subdir", "backup_restore", "upgrade", "upgrade.bf5d3ed" ]
|
|
args.database = "mysql"
|
|
test_upgrade_from.bf5d3ed.name = "1.0~ynh14"
|
|
test_upgrade_from.bf5d3ed.args.with_mysql = "1"
|
|
test_upgrade_from.bf5d3ed.args.domain = "sub.domain.tld"
|
|
test_upgrade_from.bf5d3ed.args.path = "/"
|
|
test_upgrade_from.bf5d3ed.args.password = "SuperDuper_StrongPassw0rd"
|
|
|
|
[postgresql_test]
|
|
|
|
only = ["install.subdir", "backup_restore", "upgrade" ]
|
|
args.database = "postgresql"
|
|
|
|
[custom_error_file_test]
|
|
|
|
args.custom_error_file = "1"
|
|
test_upgrade_from.bf5d3ed.name = "1.0~ynh14"
|
|
test_upgrade_from.bf5d3ed.args.with_mysql = "0"
|
|
test_upgrade_from.bf5d3ed.args.domain = "sub.domain.tld"
|
|
test_upgrade_from.bf5d3ed.args.path = "/"
|
|
test_upgrade_from.bf5d3ed.args.password = "SuperDuper_StrongPassw0rd"
|