Skip to content

Commit

Permalink
Added steps to the CI/CD pipeline to install the required ERPNext dep…
Browse files Browse the repository at this point in the history
…endency.
  • Loading branch information
GichanaMayaka committed Nov 23, 2023
1 parent 860f3ff commit 804b215
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,11 @@ jobs:
- name: Install
working-directory: /home/runner/frappe-bench
run: |
bench get-app erpnext $GITHUB_WORKSPACE
bench get-app navari_mpesa_b2c $GITHUB_WORKSPACE
bench setup requirements --dev
bench new-site --db-root-password root --admin-password admin test_site
bench --site test_site install-app erpnext
bench --site test_site install-app navari_mpesa_b2c
bench build
bench --site test_site migrate
Expand Down

0 comments on commit 804b215

Please sign in to comment.