fix(travis): execute bench build before cypress tests
This commit is contained in:
parent
c774a6fc51
commit
0204dae52d
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ matrix:
|
|||
env: DB=mariadb
|
||||
before_script:
|
||||
- bench setup requirements --node
|
||||
- bench build --app frappe
|
||||
- bench --site test_site execute frappe.utils.install.complete_setup_wizard
|
||||
script: bench --site test_site run-ui-tests frappe --headless
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue