Merge pull request '[feat] add ci config' (#1) from feature/add-ci-config into develop
continuous-integration/drone/push Build is passing

This commit was merged in pull request #1.
This commit is contained in:
Jay
2020-06-03 15:54:12 +00:00
+19
View File
@@ -0,0 +1,19 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: test
image: node:lts
commands:
- npm i
- npm test
when:
ref:
- refs/heads/**
trigger:
ref:
include:
- refs/heads/**
- refs/tags/**