|
|
@@ -22,8 +22,6 @@ jobs: |
|
|
|
|
|
|
|
strategy: |
|
|
|
fail-fast: false |
|
|
|
matrix: |
|
|
|
container: [1, 2] |
|
|
|
|
|
|
|
services: |
|
|
|
mariadb: |
|
|
@@ -122,7 +120,4 @@ jobs: |
|
|
|
|
|
|
|
- name: Run Tests |
|
|
|
if: ${{ steps.check-build.outputs.build == 'strawberry' }} |
|
|
|
run: cd ~/frappe-bench/ && bench --site test_site run-parallel-tests --use-orchestrator |
|
|
|
env: |
|
|
|
CI_BUILD_ID: ${{ github.run_id }} |
|
|
|
ORCHESTRATOR_URL: http://test-orchestrator.frappe.io |
|
|
|
run: cd ~/frappe-bench/ && bench --site test_site run-parallel-tests |