Skip to content

Commit

Permalink
fix: instead of db make company by script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanket322 committed Aug 22, 2024
1 parent 5153565 commit 4c6fd04
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/helper/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c6fd04

Please sign in to comment.