test: fixed authentication tests

This commit is contained in:
Jannat Patel
2026-01-22 13:16:12 +05:30
parent 043c7902a3
commit 4ef0bd30d9
2 changed files with 12 additions and 17 deletions

View File

@@ -71,6 +71,9 @@ jobs:
- name: setup requirements
working-directory: /home/runner/frappe-bench
run: bench setup requirements --dev
- name: block endpoints
working-directory: /home/runner/frappe-bench
run: bench --site frappe.local set-config block_endpoints 1
- name: allow tests
working-directory: /home/runner/frappe-bench
run: bench --site frappe.local set-config allow_tests true