macos-pipeline-drone/.drone.yml
Sambo Chea 819b5c283a
Some checks failed
continuous-integration/drone/push Build is failing
Add test and yarn
2021-03-17 14:35:33 +07:00

22 lines
324 B
YAML

kind: pipeline
type: exec
name: default
platform:
os: darwin
arch: amd64
clone:
disable: true
steps:
- name: clone
commands:
- git clone https://git.cubetiqs.com/CUBETIQ/prisma-starter.git .
- git checkout $DRONE_COMMIT
steps:
- name: build-and-test
commands:
- yarn
- yarn test