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