1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galette_ynh.git synced 2024-09-03 18:36:28 +02:00
galette_ynh/tests.toml
2023-11-11 14:29:50 +01:00

18 lines
397 B
TOML

test_format = 1.0
[default]
# -------------------------------
# Default args to use for install
# -------------------------------
args.database="postgresql"
# -------------------------------
# Commits to test upgrade from
# -------------------------------
[postgresql_test]
only = ["install.subdir", "backup_restore", "upgrade" ]
args.database = "mysql"