diff --git a/.vtex/deployment.yaml b/.vtex/deployment.yaml index 6e8f1a4..04adfac 100644 --- a/.vtex/deployment.yaml +++ b/.vtex/deployment.yaml @@ -1,7 +1,22 @@ - name: cli-plugin-abtest + referenceId: 3H0TFOW7 build: provider: dkcicd pipelines: + - name: node-ci-v2 + parameters: + sonarProjectName: cli-plugin-abtest + 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-abtest @@ -13,4 +28,4 @@ path: - "docs/**" - README.md - - .vtex/deployment.yaml \ No newline at end of file + - .vtex/deployment.yaml