refactor: extend commands from frappe

This commit is contained in:
Ankush Menat
2021-06-29 21:33:55 +05:30
committed by Ankush
parent 4d9c08d92a
commit a68344fe8a
3 changed files with 5 additions and 302 deletions

View File

@@ -91,6 +91,9 @@ jobs:
- name: Site Setup
run: cd ~/frappe-bench/ && bench --site test_site execute erpnext.setup.utils.before_tests
- name: cypress pre-requisites
run: cd ~/frappe-bench/apps/frappe && yarn add cypress-file-upload@^5 --no-lockfile
- name: Build Assets
run: cd ~/frappe-bench/ && bench build