prisma-starter/.drone.yml
Sambo Chea e65c30ee20
All checks were successful
continuous-integration/drone/push Build is passing
Updated drone ci
2021-09-24 17:26:39 +07:00

12 lines
153 B
YAML

kind: pipeline
type: docker
name: ci
steps:
- name: test
image: d.ctdn.net/node
commands:
- yarn
- yarn migrate
- yarn test