@@ -22,8 +22,6 @@ jobs: | |||||
strategy: | strategy: | ||||
fail-fast: false | fail-fast: false | ||||
matrix: | |||||
container: [1, 2] | |||||
services: | services: | ||||
mariadb: | mariadb: | ||||
@@ -122,7 +120,4 @@ jobs: | |||||
- name: Run Tests | - name: Run Tests | ||||
if: ${{ steps.check-build.outputs.build == 'strawberry' }} | 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 |
@@ -21,8 +21,6 @@ jobs: | |||||
strategy: | strategy: | ||||
fail-fast: false | fail-fast: false | ||||
matrix: | |||||
container: [1, 2] | |||||
services: | services: | ||||
postgres: | postgres: | ||||
@@ -125,7 +123,4 @@ jobs: | |||||
- name: Run Tests | - name: Run Tests | ||||
if: ${{ steps.check-build.outputs.build == 'strawberry' }} | 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 |
@@ -21,7 +21,7 @@ jobs: | |||||
strategy: | strategy: | ||||
fail-fast: false | fail-fast: false | ||||
matrix: | matrix: | ||||
containers: [1, 2, 3] | |||||
containers: [1, 2] | |||||
name: UI Tests (Cypress) | name: UI Tests (Cypress) | ||||