Skip to content

Commit

Permalink
ci: add deps (frappe#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssiyad authored Jan 5, 2023
1 parent 076669a commit 3cb7f0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ jobs:
mysql --host 127.0.0.1 --port 3306 -u root -proot -e "SET GLOBAL character_set_server = 'utf8mb4'"
mysql --host 127.0.0.1 --port 3306 -u root -proot -e "SET GLOBAL collation_server = 'utf8mb4_unicode_ci'"
- name: Get Deps
working-directory: /home/runner/frappe-bench
run: |
bench get-app payments erpnext
- name: Install
working-directory: /home/runner/frappe-bench
run: |
Expand Down
2 changes: 2 additions & 0 deletions webshop/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
app_license = "GNU General Public License (v3)"
app_version = _version

required_apps = ["payments", "erpnext"]

web_include_js = "web.bundle.js"

after_install = "webshop.setup.install.after_install"
Expand Down

0 comments on commit 3cb7f0e

Please sign in to comment.