tests.toml 606 B

12345678910111213141516171819202122
  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.2ee2da0e3e8c95e90d78e234bcf2193869d115f8.name = "6.0~ynh2"
  15. test_upgrade_from.058508f95dd6b1f38bfd2808d7b5d6259656881f.name = "6.4~ynh1"