fix: (travis) run setup wizard for second site
This commit is contained in:
parent
f665d9fa81
commit
ffe4f902f7
1 changed files with 3 additions and 1 deletions
|
|
@ -32,7 +32,9 @@ matrix:
|
|||
- name: "Cypress"
|
||||
python: 3.6
|
||||
env: DB=mariadb TYPE=ui
|
||||
before_script: bench --site test_site execute frappe.utils.install.complete_setup_wizard
|
||||
before_script:
|
||||
- bench --site test_site execute frappe.utils.install.complete_setup_wizard
|
||||
- bench --site test_site_producer execute frappe.utils.install.complete_setup_wizard
|
||||
script: bench --site test_site run-ui-tests frappe --headless
|
||||
|
||||
- name: "Python 2.7 MariaDB"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue