ci: interim

This commit is contained in:
Mihir Kandoi
2026-04-24 13:48:58 +05:30
parent f44f23a25d
commit be5c5428b3
3 changed files with 15 additions and 19 deletions

View File

@@ -1,13 +1,13 @@
name: Patch
on:
pull_request:
paths-ignore:
- '**.js'
- '**.css'
- '**.md'
- '**.html'
- '**.csv'
# pull_request:
# paths-ignore:
# - '**.js'
# - '**.css'
# - '**.md'
# - '**.html'
# - '**.csv'
workflow_dispatch:
concurrency:

View File

@@ -32,12 +32,6 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
container: [1, 2, 3, 4]
name: Python Unit Tests
services:
@@ -117,7 +111,7 @@ jobs:
FRAPPE_BRANCH: ${{ github.event.inputs.branch }}
- name: Run Tests
run: 'cd ~/frappe-bench/ && bench --site test_site run-parallel-tests --app erpnext --total-builds 4 --build-number ${{ matrix.container }}'
run: 'cd ~/frappe-bench/ && bench --site test_site run-tests --doctype "Subcontracting Receipt"'
env:
TYPE: server
CI_BUILD_ID: ${{ github.run_id }}