From b2173c3acab6391e54a2d28aa8ec3a7c7f1fbe30 Mon Sep 17 00:00:00 2001 From: maniamartial Date: Thu, 13 Jun 2024 18:07:26 +0300 Subject: [PATCH] specify frappe-bench in cyml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 333cf86..c36be52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ 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'" @@ -85,7 +85,7 @@ jobs: working-directory: /home/runner/frappe-bench run: | bench get-app erpnext --branch v15.27.2 - + - name: Install working-directory: /home/runner/frappe-bench run: |