ci: Update frappe branch

This commit is contained in:
Suraj Shetty 2021-05-12 18:14:22 +05:30
parent b76ebb3f4b
commit 1f025a84f5
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ sudo apt install npm
pip install frappe-bench pip install frappe-bench
git clone https://github.com/surajshetty3416/frappe --branch "python-distributed-testing" --depth 1 git clone https://github.com/frappe/frappe --branch "${GITHUB_BASE_REF:-${GITHUB_REF##*/}}" --depth 1
bench init --skip-assets --frappe-path ~/frappe --python "$(which python)" frappe-bench bench init --skip-assets --frappe-path ~/frappe --python "$(which python)" frappe-bench
mkdir ~/frappe-bench/sites/test_site mkdir ~/frappe-bench/sites/test_site

View File

@ -12,7 +12,7 @@ jobs:
matrix: matrix:
container: [1, 2, 3] container: [1, 2, 3]
name: Server Tests name: Python Unit Tests
services: services:
mysql: mysql: