Merge pull request '[feat] add ci config' (#1) from feature/add-ci-config into develop
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
4ac86ffae0
19
.drone.yml
Normal file
19
.drone.yml
Normal 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/**
|
Loading…
Reference in New Issue
Block a user