prisma-starter/.drone.yml

15 lines
162 B
YAML
Raw Normal View History

kind: pipeline
2021-03-17 14:40:44 +07:00
type: exec
name: ci
2021-03-17 14:41:18 +07:00
platform:
os: darwin
arch: amd64
2021-03-17 14:41:43 +07:00
steps:
- name: test
2021-03-13 11:29:26 +07:00
commands:
- yarn
- yarn migrate
- yarn test