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