prisma-starter/.drone.yml

12 lines
140 B
YAML
Raw Normal View History

kind: pipeline
2021-03-17 14:40:44 +07:00
type: exec
name: ci
steps:
- name: test
2021-03-13 11:29:26 +07:00
image: node
commands:
- yarn
- yarn migrate
- yarn test