kind: pipeline name: default steps: - name: test image: node commands: - npm test - name: build image: node commands: - npm install