mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-29 19:48:27 +00:00
ci: install dev requirements in CI
This commit is contained in:
committed by
Ankush Menat
parent
261f80c5ca
commit
92c0dcc3ea
3
.github/helper/install.sh
vendored
3
.github/helper/install.sh
vendored
@@ -37,6 +37,9 @@ sed -i 's/socketio:/# socketio:/g' Procfile
|
||||
sed -i 's/redis_socketio:/# redis_socketio:/g' Procfile
|
||||
|
||||
bench get-app erpnext "${GITHUB_WORKSPACE}"
|
||||
|
||||
if [ "$TYPE" == "server" ]; then bench setup requirements --dev; fi
|
||||
|
||||
bench start &> bench_run_logs.txt &
|
||||
bench --site test_site reinstall --yes
|
||||
bench build --app frappe
|
||||
|
||||
Reference in New Issue
Block a user