diff --git a/.drone.yml b/.drone.yml index e4b651d..8df7c96 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,9 +1,13 @@ kind: pipeline -name: default +name: test steps: -- name: tests - image: colthreepv/node-chrome:8 - commands: - - npm install - - npm test + - name: test + image: colthreepv/node-chrome:8 + commands: + - npm install + - npm test + resources: + limits: + cpu: 500m + memory: 500Mi