chore: Debug
This commit is contained in:
parent
490aed2a16
commit
ccf6249bfb
4
.github/workflows/server-tests.yml
vendored
4
.github/workflows/server-tests.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
fail-fast: true
|
fail-fast: true
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
container: [1, 2]
|
container: [1, 2, 3]
|
||||||
|
|
||||||
name: Server Tests
|
name: Server Tests
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ jobs:
|
|||||||
run: bash ${GITHUB_WORKSPACE}/.github/helper/install.sh
|
run: bash ${GITHUB_WORKSPACE}/.github/helper/install.sh
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: cd ~/frappe-bench/ && bench --site test_site run-parallel-tests --app erpnext --build-number ${{ matrix.container }} --total-builds 2 --with-coverage
|
run: cd ~/frappe-bench/ && bench --site test_site run-parallel-tests --app erpnext --build-number ${{ matrix.container }} --total-builds 3 --with-coverage
|
||||||
env:
|
env:
|
||||||
TYPE: server
|
TYPE: server
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user