Skip to content

Commit ccdd7ea

Browse files
authored
Merge pull request #1 from BrainWise-DEV/develop
update from ahmed
2 parents 20116c7 + 535826f commit ccdd7ea

78 files changed

Lines changed: 5415 additions & 4256 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,25 +82,27 @@ jobs:
8282
- name: Setup
8383
run: |
8484
pip install frappe-bench
85-
bench init --skip-redis-config-generation --skip-assets --python "$(which python)" ~/frappe-bench
85+
bench init --skip-redis-config-generation --skip-assets --python "$(which python)" --frappe-branch version-15 ~/frappe-bench
8686
mariadb --host 127.0.0.1 --port 3306 -u root -proot -e "SET GLOBAL character_set_server = 'utf8mb4'"
8787
mariadb --host 127.0.0.1 --port 3306 -u root -proot -e "SET GLOBAL collation_server = 'utf8mb4_unicode_ci'"
8888
8989
- name: Install
9090
working-directory: /home/runner/frappe-bench
9191
run: |
92+
bench get-app erpnext --branch version-15
9293
bench get-app pos_next $GITHUB_WORKSPACE
9394
bench setup requirements --dev
9495
bench new-site --db-root-password root --admin-password admin test_site
96+
bench --site test_site install-app erpnext
9597
bench --site test_site install-app pos_next
9698
bench build
9799
env:
98100
CI: 'Yes'
99101

100-
- name: Run Tests
101-
working-directory: /home/runner/frappe-bench
102-
run: |
103-
bench --site test_site set-config allow_tests true
104-
bench --site test_site run-tests --app pos_next
105-
env:
106-
TYPE: server
102+
# - name: Run Tests
103+
# working-directory: /home/runner/frappe-bench
104+
# run: |
105+
# bench --site test_site set-config allow_tests true
106+
# bench --site test_site run-tests --app pos_next
107+
# env:
108+
# TYPE: server

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ out/
6161
.vite/
6262
image.png
6363
maxresdefault.jpg
64+
.playwright-mcp/*

0 commit comments

Comments
 (0)