Some checks reported errors
continuous-integration/drone/push Build was killed
This reverts commit 9ad66204d17a101bb7ba770884c42d26d288a2a5.
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
|