File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,14 +87,14 @@ jobs:
8787 - name : Setup
8888 run : |
8989 pip install frappe-bench
90- bench init --frappe-branch version-16-beta --skip-redis-config-generation --skip-assets --python "$(which python)" ~/frappe-bench
90+ bench init --frappe-branch version-16 --skip-redis-config-generation --skip-assets --python "$(which python)" ~/frappe-bench
9191 mariadb --host 127.0.0.1 --port 3306 -u root -proot -e "SET GLOBAL character_set_server = 'utf8mb4'"
9292 mariadb --host 127.0.0.1 --port 3306 -u root -proot -e "SET GLOBAL collation_server = 'utf8mb4_unicode_ci'"
9393
9494 - name : Install
9595 working-directory : /home/runner/frappe-bench
9696 run : |
97- bench get-app --branch version-16-beta erpnext
97+ bench get-app --branch version-16 erpnext
9898 bench get-app erpnext_tse $GITHUB_WORKSPACE
9999 bench setup requirements --dev
100100 bench new-site --db-root-password root --admin-password admin test_site
@@ -103,8 +103,8 @@ jobs:
103103 bench build
104104 env :
105105 CI : ' Yes'
106-
107- - name : Migrate
106+
107+ - name : Migrate
108108 working-directory : /home/runner/frappe-bench
109109 run : |
110110 bench --site test_site migrate
You can’t perform that action at this time.
0 commit comments