inspektor/.drone.yml
Sebastian Kippe a016b68355
Some checks are pending
continuous-integration/drone/push Build is running
Adjust resource limits
2019-03-04 13:52:35 +07:00

17 lines
261 B
YAML

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