Skip to content

Commit

Permalink
ci: validate dumpster fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Nov 5, 2024
1 parent aa9807d commit 524ce67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ jobs:
run: |
bash ${GITHUB_WORKSPACE}/.github/helper/install_dependencies.sh
pip install frappe-bench
bench init --skip-redis-config-generation --skip-assets --python "$(which python)" ~/frappe-bench
git clone "https://github.com/blaggacao/frappe" --branch "fix/frappe-test-case-compat" --depth 1
bench init --skip-redis-config-generation --skip-assets --python "$(which python)" --frappe-path ~/frappe ~/frappe-bench
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'"
Expand All @@ -96,4 +97,4 @@ jobs:
bench --site test_site set-config allow_tests true
bench --site test_site run-tests --app raven
env:
TYPE: server
TYPE: server

0 comments on commit 524ce67

Please sign in to comment.