There was an error while loading. Please reload this page.
1 parent bf95f4c commit 87bdb84Copy full SHA for 87bdb84
1 file changed
.vtex/deployment.yaml
@@ -1,4 +1,5 @@
1
- name: cli-plugin-template
2
+ referenceId: PLACEHOLDER
3
build:
4
provider: dkcicd
5
pipelines:
@@ -13,4 +14,18 @@
13
14
path:
15
- "docs/**"
16
- README.md
- - .vtex/deployment.yaml
17
+ - .vtex/deployment.yaml
18
+ - name: node-ci-v2
19
+ parameters:
20
+ sonarProjectName: cli-plugin-template
21
+ nodeVersion: 20-bookworm
22
+ nodeCommands:
23
+ - test -- --passWithNoTests --coverage
24
+ runtime:
25
+ architecture: amd64
26
+ when:
27
+ - event: pull_request
28
+ source: branch
29
+ - event: push
30
31
+ regex: master
0 commit comments