forked from salesforce/lwc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.nucleus.yaml
More file actions
45 lines (45 loc) · 1.18 KB
/
.nucleus.yaml
File metadata and controls
45 lines (45 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
core-deploy:
enabled: true
project-modules:
lwc: lwc.version
branches:
~DEFAULT~:
pull-request: &branch-definition
workflow: build-and-test
auto-start: true
auto-start-from-forks: false
merge-method: disabled # do not auto-merge; we'll do it ourselves
required-downstream-deps: [] # none
release:
pull-request:
<<: *branch-definition
# Only active branches need to be included in this config
winter26:
pull-request:
<<: *branch-definition
spring25:
pull-request:
<<: *branch-definition
summer25:
pull-request:
<<: *branch-definition
jobs:
build-and-test:
memory-limit: 16
create-canary-release:
memory-limit: 16
build-dependency:
memory-limit: 16
release:
memory-limit: 16
steps:
node-conformance:
run:
command: yarn run lint
after: node-build
node-unit-tests:
run:
command: yarn test
# this project runs yarn build after yarn install so skip explicit build step
node-build: &node-build
skip: true