tests.toml 693 B

1234567891011121314151617181920212223
  1. #:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json
  2. test_format = 1.0
  3. [default]
  4. # ------------
  5. # Tests to run
  6. # ------------
  7. exclude = ["install.private"]
  8. # -------------------------------
  9. # Default args to use for install
  10. # -------------------------------
  11. # -------------------------------
  12. # Commits to test upgrade from
  13. # -------------------------------
  14. test_upgrade_from.8f8961c239f890069c867e40005db98465add0c9.name = "5.0.20~ynh2"
  15. test_upgrade_from.2791ab29129baca48685277ce82ef763058b10cf.name = "5.0.41~ynh3"
  16. test_upgrade_from.2ee2da0e3e8c95e90d78e234bcf2193869d115f8.name = "6.0~ynh2"