diff --git a/.vtex/deployment.yaml b/.vtex/deployment.yaml index a88c7d3..bfd6aea 100644 --- a/.vtex/deployment.yaml +++ b/.vtex/deployment.yaml @@ -1,7 +1,22 @@ - name: cli-plugin-add + referenceId: 9YZ0B1EU build: provider: dkcicd pipelines: + - name: node-ci-v2 + parameters: + sonarProjectName: cli-plugin-add + nodeVersion: 20-bookworm + nodeCommands: + - test -- --passWithNoTests --coverage + runtime: + architecture: amd64 + when: + - event: pull_request + source: branch + - event: push + source: branch + regex: master - name: techdocs-v1 parameters: entityReference: default/component/cli-plugin-add @@ -13,4 +28,4 @@ path: - "docs/**" - README.md - - .vtex/deployment.yaml \ No newline at end of file + - .vtex/deployment.yaml