github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/travis/testdata/cache/yarn.yaml.golden (about)

     1  kind: pipeline
     2  spec:
     3    stages:
     4    - desc: converted from travis.yml
     5      name: pipeline
     6      spec:
     7        cache:
     8          enabled: true
     9          paths:
    10          - ~/.cache/yarn
    11        envs:
    12          TRAVIS_NODE_VERSION: "6"
    13        steps:
    14        - name: install
    15          spec:
    16            run: npm install
    17          type: script
    18        - name: script
    19          spec:
    20            run: npm test
    21          type: script
    22      strategy:
    23        spec:
    24          axis:
    25            node_js:
    26            - "6"
    27        type: matrix
    28      type: ci
    29  version: 1