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