ci: Add test orchestrator URL

This commit is contained in:
Suraj Shetty 2021-05-10 23:48:32 +05:30
parent 6bf9f47a2a
commit ed2a3aa589
2 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,7 @@ jobs:
run: cd ~/frappe-bench/ && bench --site test_site run-parallel-tests --use-orchestrator --with-coverage
env:
CI_BUILD_ID: ${{ github.run_id }}
ORCHESTRATOR_URL: ${{ secrets.ORCHESTRATOR_URL }}
ORCHESTRATOR_URL: http://test-orchestrator.frappe.io
- name: Upload Coverage Data
run: |

View file

@ -97,4 +97,4 @@ jobs:
run: cd ~/frappe-bench/ && bench --site test_site run-parallel-tests --use-orchestrator
env:
CI_BUILD_ID: ${{ github.run_id }}
ORCHESTRATOR_URL: ${{ secrets.ORCHESTRATOR_URL }}
ORCHESTRATOR_URL: http://test-orchestrator.frappe.io