booler/.drone.yml
2020-04-17 20:27:05 +07:00

8 lines
141 B
YAML

pipeline:
build:
image: node:latest
commands:
- node --version
- npm --version
- npm install
- npm run test