kind: pipeline type: kubernetes name: default steps: - name: test image: yarnpkg/node-yarn commands: - yarn install - yarn test