Files
inspektor/.drone.yml

14 lines
205 B
YAML
Raw Normal View History

2019-03-03 13:23:54 +07:00
kind: pipeline
2019-03-04 13:19:03 +07:00
name: test
2019-03-03 13:23:54 +07:00
steps:
2019-03-04 13:19:03 +07:00
- name: test
image: colthreepv/node-chrome:8
commands:
- npm install
- npm test
resources:
limits:
cpu: 500m
2019-03-04 13:22:09 +07:00
memory: 200Mi