koa-cookie/.drone.yml

6 lines
82 B
YAML

pipeline:
test:
image: node
commands:
- npm i
- npm run test