1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/biboumi_ynh.git synced 2024-09-03 18:15:58 +02:00

Install metronome testing for tests

This commit is contained in:
Salamandar 2024-07-01 16:54:58 +02:00
parent 132c21b35e
commit 84669bccee

View file

@ -6,6 +6,6 @@ test_format = 1.0
preinstall = """
if cat /etc/os-release | grep --quiet bookworm 2>/dev/null; then
yunohost app install --force https://github.com/yunoHost-Apps/metronome_ynh -a 'domain=domain.tld&init_main_permission=visitors'
yunohost app install --force https://github.com/yunoHost-Apps/metronome_ynh/tree/testing -a 'domain=domain.tld&init_main_permission=visitors'
fi
"""