prisma-starter/.drone.yml
Sambo Chea 38e57cd350
Some checks reported errors
continuous-integration/drone/push Build was killed
Changed to exec
2021-03-17 14:40:44 +07:00

12 lines
140 B
YAML

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