From 1cbdf6b10032dfc6132a74da16af58789aeabe0a Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 14 Dec 2022 11:28:13 +0530 Subject: [PATCH] chore: install payments app for tests --- .github/helper/site_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/helper/site_config.json b/.github/helper/site_config.json index 49e7fcf7..8c86f737 100644 --- a/.github/helper/site_config.json +++ b/.github/helper/site_config.json @@ -11,6 +11,6 @@ "root_login": "root", "root_password": "root", "host_name": "http://test_site:8000", - "install_apps": ["erpnext"], + "install_apps": ["payments", "erpnext"], "throttle_user_limit": 100 }