Browse Source

ci: Try parallel testing with orchestrator

develop
Suraj Shetty 3 years ago
parent
commit
7044bcfaab
  1. 3
      .github/workflows/server-tests.yml

3
.github/workflows/server-tests.yml

@ -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: |

Loading…
Cancel
Save