Some checks are pending
continuous-integration/drone/push Build is running
17 lines
261 B
YAML
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
|