prisma-starter/.drone.yml
Sambo Chea 98c06ebf54
Some checks reported errors
continuous-integration/drone/push Build was killed
Fixed the drone ci
2021-03-13 11:29:26 +07:00

12 lines
142 B
YAML

kind: pipeline
type: docker
name: ci
steps:
- name: test
image: node
commands:
- yarn
- yarn migrate
- yarn test