Skip to content

Commit

Permalink
ci: install erpnext for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aga-r committed Sep 27, 2023
1 parent 3307d25 commit 9d8ee31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,12 @@ jobs:
- name: Install
working-directory: /home/runner/frappe-bench
run: |
bench get-app erpnext $GITHUB_WORKSPACE
bench get-app payments $GITHUB_WORKSPACE
bench setup requirements --dev
bench new-site --db-root-password root --admin-password admin test_site
bench start &> bench_start.log &
bench --site test_site install-app payments
bench --site test_site install-app erpnext payments
bench build
env:
CI: 'Yes'
Expand Down

0 comments on commit 9d8ee31

Please sign in to comment.