From 4c6fd04d84159c1910d3bc60f939be6c37261061 Mon Sep 17 00:00:00 2001 From: Sanket322 Date: Thu, 22 Aug 2024 19:02:45 +0530 Subject: [PATCH] fix: instead of db make company by script --- .github/helper/install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/helper/install.sh b/.github/helper/install.sh index ac5efc139..9f1e30d70 100644 --- a/.github/helper/install.sh +++ b/.github/helper/install.sh @@ -67,7 +67,10 @@ wait $wkpid bench use test_site bench start & -bench --site test_site restore ${GITHUB_WORKSPACE}/20240822_162707-a1_localhost-database.sql.gz +# bench --site test_site restore ${GITHUB_WORKSPACE}/20240822_162707-a1_localhost-database.sql.gz + +cd ../../india_compliance/tests +python ../../india_compliance/tests/__init__.py before_tests bench --verbose install-app india_compliance bench reinstall --yes