ci: Try parallel testing with orchestrator
diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml
index e5fb725..0e63810 100644
--- a/.github/workflows/server-tests.yml
+++ b/.github/workflows/server-tests.yml
@@ -72,9 +72,10 @@
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: |