ci: Try parallel testing with orchestrator

This commit is contained in:
Suraj Shetty 2021-05-09 11:29:00 +05:30
parent 142ec9e99e
commit 7044bcfaab

View File

@ -72,9 +72,10 @@ jobs:
run: bash ${GITHUB_WORKSPACE}/.github/helper/install.sh
- name: Run Tests
run: cd ~/frappe-bench/ && bench --site test_site run-parallel-tests --app erpnext --build-number ${{ matrix.container }} --total-builds 3 --with-coverage
run: cd ~/frappe-bench/ && bench --site test_site run-parallel-tests --app erpnext --use-orchestrator --with-coverage
env:
TYPE: server
CI_BUILD_ID: ${{ github.run_id }}
- name: Upload Coverage Data
run: |