Skip to content

Commit

Permalink
ci: install lending app
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchamahabal committed Feb 19, 2024
1 parent 85828bc commit 4a7aaa9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/helper/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@ sed -i 's/redis_socketio:/# redis_socketio:/g' Procfile

bench get-app payments --branch ${BRANCH_TO_CLONE%"-hotfix"}
bench get-app https://github.com/frappe/erpnext --branch "$BRANCH_TO_CLONE" --resolve-deps
bench get-app https://github.com/frappe/lending --branch ${BRANCH_TO_CLONE%"-hotfix"}
bench get-app hrms "${GITHUB_WORKSPACE}"
bench setup requirements --dev

bench start &>> ~/frappe-bench/bench_start.log &
CI=Yes bench build --app frappe &
bench --site test_site reinstall --yes

bench --verbose --site test_site install-app hrms
bench --verbose --site test_site install-app lending
bench --verbose --site test_site install-app hrms

0 comments on commit 4a7aaa9

Please sign in to comment.