mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 05:28:27 +00:00
ci: fix patch test (#37079)
* ci: fix patch test * ci: use v13 DB as starting point for patch * ci: remove payments from patch test * ci: print bench logs after tests * ci: restart bench on each update * ci: patch test v13db > v14 > develop and when v15 is out v13db > v14 > v15 > develop
This commit is contained in:
2
.github/helper/install.sh
vendored
2
.github/helper/install.sh
vendored
@@ -68,6 +68,6 @@ if [ "$TYPE" == "server" ]; then bench setup requirements --dev; fi
|
||||
|
||||
wait $wkpid
|
||||
|
||||
bench start &> bench_run_logs.txt &
|
||||
bench start &>> ~/frappe-bench/bench_start.log &
|
||||
CI=Yes bench build --app frappe &
|
||||
bench --site test_site reinstall --yes
|
||||
|
||||
Reference in New Issue
Block a user