prisma-starter/.drone.yml
Sambo Chea a5151c9310
Some checks failed
continuous-integration/drone/push Build is failing
Removed image
2021-03-17 14:41:43 +07:00

15 lines
162 B
YAML

kind: pipeline
type: exec
name: ci
platform:
os: darwin
arch: amd64
steps:
- name: test
commands:
- yarn
- yarn migrate
- yarn test