ci: show bench logs if ui test fails

This commit is contained in:
Ankush Menat
2021-07-02 22:35:15 +05:30
committed by Ankush
parent bedb0addf0
commit 203c2b2292
2 changed files with 5 additions and 1 deletions

View File

@@ -42,6 +42,6 @@ sed -i 's/socketio:/# socketio:/g' Procfile
sed -i 's/redis_socketio:/# redis_socketio:/g' Procfile
bench get-app erpnext "${GITHUB_WORKSPACE}"
bench start &
bench start &> bench_run_logs.txt &
bench --site test_site reinstall --yes
bench build --app frappe