Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion .vtex/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- name: cli-plugin-template
referenceId: 6BHRDLLD
build:
provider: dkcicd
pipelines:
Expand All @@ -13,4 +14,18 @@
path:
- "docs/**"
- README.md
- .vtex/deployment.yaml
- .vtex/deployment.yaml
- name: node-ci-v2
parameters:
sonarProjectName: cli-plugin-template
nodeVersion: 20-bookworm
nodeCommands:
- test -- --passWithNoTests --coverage
runtime:
architecture: amd64
when:
- event: pull_request
source: branch
- event: push
source: branch
regex: master
Loading