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