Add default drone ci
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing

This commit is contained in:
Sambo Chea 2021-03-17 14:42:15 +07:00
parent a5151c9310
commit 57ad1ba8a4

View File

@ -1,13 +1,10 @@
kind: pipeline kind: pipeline
type: exec type: docker
name: ci name: ci
platform:
os: darwin
arch: amd64
steps: steps:
- name: test - name: test
image: node
commands: commands:
- yarn - yarn
- yarn migrate - yarn migrate