diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c94d78c24..705ed640d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'" @@ -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 \ No newline at end of file + TYPE: server