mirror of
https://github.com/YunoHost-Apps/galette_ynh.git
synced 2024-09-03 18:36:28 +02:00
18 lines
397 B
TOML
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"
|