prisma-starter/.drone.yml

12 lines
142 B
YAML
Raw Permalink Normal View History

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