1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/tests.toml
2023-06-04 11:58:09 +02:00

29 lines
No EOL
561 B
TOML

test_format = 1.0
[default]
# ------------
# Tests to run
# ------------
exclude = ["change_url"]
# -------------------------------
# Default args to use for install
# -------------------------------
args.database="mysql"
# -------------------------------
# Commits to test upgrade from
# -------------------------------
test_upgrade_from.7c4bcff615c9ea9e87b2d5bad110dc10b1921efc.name = "Upgrade from 8.4.1"
[some_additional_testsuite]
only = ["install.subdir"]
args.database="mpostgresql"