prisma-starter/.drone.yml
Sambo Chea 997641acfc
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Add platform
2021-03-17 14:41:18 +07:00

16 lines
180 B
YAML

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