14 lines
205 B
YAML
14 lines
205 B
YAML
kind: pipeline
|
|
name: test
|
|
|
|
steps:
|
|
- name: test
|
|
image: colthreepv/node-chrome:8
|
|
commands:
|
|
- npm install
|
|
- npm test
|
|
resources:
|
|
limits:
|
|
cpu: 500m
|
|
memory: 200Mi
|