Browse Source

drone test: push trigger

master
Ricardo A Carrasco 2 years ago
parent
commit
7f29681e34
  1. 1
      .drone.yml

1
.drone.yml

@ -10,5 +10,6 @@ steps: @@ -10,5 +10,6 @@ steps:
- name: start
image: node:16-alpine
commands:
- "npm test -- --watchAll=false"
- "npm test -- --watchAll=false"
- "npm run build"

Loading…
Cancel
Save