kind: pipeline type: exec name: ci steps: - name: test image: node commands: - yarn - yarn migrate - yarn test