Browse Source

drone test 1

master
Ricardo A Carrasco 2 years ago
parent
commit
35d95ce2d8
  1. 5
      .drone.yml

5
.drone.yml

@ -3,9 +3,12 @@ type: docker
name: default name: default
steps: steps:
- name: start - name: init
image: node:16-alpine image: node:16-alpine
commands: commands:
- "npm install" - "npm install"
- name: start
image: node:16-alpine
commands:
- "npm test -- --watchAll=false" - "npm test -- --watchAll=false"
- "npm run build" - "npm run build"

Loading…
Cancel
Save