github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/github/testdata/examples/timeouts-2.yaml.golden (about)

     1  kind: pipeline
     2  spec:
     3    stages:
     4    - name: cypress-run
     5      spec:
     6        clone: {}
     7        platform:
     8          arch: amd64
     9          os: linux
    10        runtime:
    11          spec: {}
    12          type: cloud
    13        steps:
    14        - name: Cypress run
    15          spec:
    16            envs:
    17              CYPRESS_firstName: Joe
    18            uses: cypress-io/github-action@v2
    19            with:
    20              command: npm run expect -- --env lastName=Smith
    21          timeout: 1h0m0s
    22          type: action
    23      type: ci
    24  version: 1