inspektor/.drone.yml

14 lines
205 B
YAML

kind: pipeline
name: test
steps:
- name: test
image: colthreepv/node-chrome:8
commands:
- npm install
- npm test
resources:
limits:
cpu: 500m
memory: 200Mi