1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vaultwarden_ynh.git synced 2024-09-03 18:26:31 +02:00
vaultwarden_ynh/tests.toml

16 lines
442 B
TOML
Raw Normal View History

2023-12-03 12:08:01 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json
2023-06-22 09:28:10 +02:00
test_format = 1.0
[default]
2024-07-16 14:23:59 +02:00
preinstall = """
2024-07-16 14:33:27 +02:00
sudo apt-get update >/dev/null && sudo apt-get install rsync -y >/dev/null
2024-07-16 14:23:59 +02:00
"""
2023-06-22 09:28:10 +02:00
# -------------------------------
# Commits to test upgrade from
# -------------------------------
test_upgrade_from.8899759a3264b9200920cf5f546fc519297b78ac.name = "Upgrade from 1.28.1~ynh1"