inspektor/.drone.yml
Sebastian Kippe 85ce0a13a7
Some checks reported errors
continuous-integration/drone/push Build was killed
Revert "Use different base image"
This reverts commit 9ad66204d17a101bb7ba770884c42d26d288a2a5.
2019-03-04 15:00:04 +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