Skip to content

Commit

Permalink
specify frappe-bench in cyml
Browse files Browse the repository at this point in the history
  • Loading branch information
maniamartial committed Jun 13, 2024
1 parent 02a63d2 commit b2173c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ jobs:
- name: Setup
run: |
pip install frappe-bench
bench init --skip-redis-config-generation --skip-assets --python "$(which python)" ~/frappe-bench
bench init --frappe-branch version-15 --skip-redis-config-generation --skip-assets --python "$(which python)" ~/frappe-bench
mariadb --host 127.0.0.1 --port 3306 -u root -proot -e "SET GLOBAL character_set_server = 'utf8mb4'"
mariadb --host 127.0.0.1 --port 3306 -u root -proot -e "SET GLOBAL collation_server = 'utf8mb4_unicode_ci'"
- name: Get ERPNext
working-directory: /home/runner/frappe-bench
run: |
bench get-app erpnext --branch v15.27.2
- name: Install
working-directory: /home/runner/frappe-bench
run: |
Expand Down

0 comments on commit b2173c3

Please sign in to comment.