Skip to content

Commit

Permalink
fix: migrating first before installing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanket322 committed Jul 22, 2024
1 parent 870d4a9 commit 59d5fc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ jobs:
echo "bench setup requirements"
bench setup requirements --dev
echo "Migrating site"
bench --site test_site migrate
echo "installing ic in test_site"
bench --site test_site install-app india_compliance
Expand All @@ -153,7 +156,7 @@ jobs:
bench pip install -e ./apps/erpnext
echo "Installing India Compliance"
bench --site test_site install-app india_compliance
bench pip install -e ./apps/india_compliance
echo "Starting bench"
bench start &>> ~/frappe-bench/bench_start.log &
Expand Down
1 change: 0 additions & 1 deletion india_compliance/patches.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,3 @@ india_compliance.patches.v14.unset_inward_supply_link_for_cancelled_purchase
india_compliance.patches.v14.delete_not_generated_gstr_import_log
india_compliance.patches.v14.enable_sales_through_ecommerce_operator
execute:from india_compliance.gst_india.setup import set_default_print_settings; set_default_print_settings()
india_compliance.patches.v14.this_is_just_testing

0 comments on commit 59d5fc1

Please sign in to comment.