-
Notifications
You must be signed in to change notification settings - Fork 439
Expand file tree
/
Copy path.strata.yml
More file actions
44 lines (41 loc) · 1.29 KB
/
.strata.yml
File metadata and controls
44 lines (41 loc) · 1.29 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
global:
email-reply-to: raptorteam@salesforce.com
preprocessor-tag: jenkins-sfci-sfci-managed-preprocessor-PR-6322-40-itest
stages:
build:
- npm-setup:
yarn-modern: true
- step:
name: yarn-build
image: docker.repo.local.sfdc.net/sfci/docker-images/sfdc_rhel9_nodejs20/sfdc_rhel9_nodejs20_build:latest
commands:
- yarn install
- yarn build
- yarn test
integration-test:
- downstream-dependency:
downstream-repos:
- repo-url: https://github.com/salesforce-experience-platform-emu/lwc-platform
branches:
- master
packages-to-test:
npm:
- "@lwc/aria-reflection"
- "@lwc/babel-plugin-component"
- "@lwc/compiler"
- "@lwc/engine-core"
- "@lwc/engine-dom"
- "@lwc/errors"
- "@lwc/features"
- "@lwc/module-resolver"
- "@lwc/rollup-plugin"
- "@lwc/shared"
- "@lwc/signals"
- "@lwc/ssr-client-utils"
- "@lwc/ssr-compiler"
- "@lwc/ssr-runtime"
- "@lwc/style-compiler"
- "@lwc/synthetic-shadow"
- "@lwc/template-compiler"
- "@lwc/types"
- "@lwc/wire-service"