image: node:10.15.0

pipelines:
  default:
    - step:
        name: Test
        script:
          - yarn
          - yarn test
