This commit is contained in:
Jannat Patel
2021-10-25 11:05:50 +05:30
committed by GitHub
parent 866829af97
commit 05b0ca49fa

View File

@@ -66,6 +66,9 @@ jobs:
- name: install community app
working-directory: /home/runner/frappe-bench
run: bench --verbose --site frappe.local install-app community
- name: setup requirements
working-directory: /home/runner/frappe-bench
run: bench setup requirements --dev
- name: allow tests
working-directory: /home/runner/frappe-bench
run: bench --site frappe.local set-config allow_tests true