File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Patch
22
33on :
4- # pull_request:
5- # paths-ignore:
6- # - '**.js'
7- # - '**.css'
8- # - '**.md'
9- # - '**.html'
10- # - '**.csv'
11- # - 'crowdin.yml'
12- # - '.coderabbit.yml'
13- # - '.mergify.yml'
4+ pull_request :
5+ paths-ignore :
6+ - ' **.js'
7+ - ' **.css'
8+ - ' **.md'
9+ - ' **.html'
10+ - ' **.csv'
11+ - ' crowdin.yml'
12+ - ' .coderabbit.yml'
13+ - ' .mergify.yml'
1414 workflow_dispatch :
1515
1616permissions :
Original file line number Diff line number Diff line change 11name : Server (Mariadb)
22
33on :
4- # repository_dispatch:
5- # types: [frappe-framework-change]
6- # pull_request:
7- # paths-ignore:
8- # - '**.js'
9- # - '**.css'
10- # - '**.svg'
11- # - '**.md'
12- # - '**.html'
13- # - 'crowdin.yml'
14- # - '.coderabbit.yml'
15- # - '.mergify.yml'
16- # schedule:
17- # # Run everday at midnight UTC / 5:30 IST
18- # - cron: "0 0 * * *"
4+ repository_dispatch :
5+ types : [frappe-framework-change]
6+ pull_request :
7+ paths-ignore :
8+ - ' **.js'
9+ - ' **.css'
10+ - ' **.svg'
11+ - ' **.md'
12+ - ' **.html'
13+ - ' crowdin.yml'
14+ - ' .coderabbit.yml'
15+ - ' .mergify.yml'
16+ schedule :
17+ # Run everday at midnight UTC / 5:30 IST
18+ - cron : " 0 0 * * *"
1919 workflow_dispatch :
20- # inputs:
21- # user:
22- # description: 'Frappe Framework repository user (add your username for forks)'
23- # required: true
24- # default: 'frappe'
25- # type: string
26- # branch:
27- # description: 'Frappe Framework branch'
28- # default: 'develop'
29- # required: false
30- # type: string
20+ inputs :
21+ user :
22+ description : ' Frappe Framework repository user (add your username for forks)'
23+ required : true
24+ default : ' frappe'
25+ type : string
26+ branch :
27+ description : ' Frappe Framework branch'
28+ default : ' develop'
29+ required : false
30+ type : string
3131
3232permissions :
3333 contents : read
@@ -129,7 +129,7 @@ jobs:
129129 FRAPPE_BRANCH : ${{ github.event.client_payload.sha || github.event.inputs.branch }}
130130
131131 - name : Run Tests
132- run : ' cd ~/frappe-bench/ && bench --site test_site run-parallel-tests --app erpnext --total-builds ${{ strategy.job-total }} --build-number ${{ matrix.container }} --with-coverage'
132+ run : ' cd ~/frappe-bench/ && bench --site test_site run-parallel-tests --lightmode -- app erpnext --total-builds ${{ strategy.job-total }} --build-number ${{ matrix.container }} --with-coverage'
133133 env :
134134 TYPE : server
135135
You can’t perform that action at this time.
0 commit comments