
image: freezer278/vue_build_utils:15

options:
  max-time: 10

pipelines:
  default:
    - parallel:
        - step:
            name: Run Unit Tests
            script:
              - yarn install
              - yarn run test:unit
            caches:
              - node
