ci: get payments app before installing lms

(cherry picked from commit dcdffc0aac)
This commit is contained in:
Jannat Patel
2026-03-05 21:51:59 +05:30
committed by Mergify
parent 71b5d7baef
commit 338956b014
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -65,6 +65,9 @@ jobs:
- name: add lms app to bench
working-directory: /home/runner/frappe-bench
run: bench get-app lms $GITHUB_WORKSPACE
- name: add payments app to bench
working-directory: /home/runner/frappe-bench
run: bench get-app payments $GITHUB_WORKSPACE
- name: create bench site
working-directory: /home/runner/frappe-bench
run: bench new-site --mariadb-root-password root --admin-password admin frappe.local