Skip to content

Commit 0021ede

Browse files
committed
ci: turn on parallel in light mode and patch
1 parent d7285b9 commit 0021ede

2 files changed

Lines changed: 37 additions & 37 deletions

File tree

.github/workflows/patch.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: Patch
22

33
on:
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

1616
permissions:

.github/workflows/server-tests-mariadb.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
name: Server (Mariadb)
22

33
on:
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

3232
permissions:
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

0 commit comments

Comments
 (0)