github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/github/testdata/examples/timeouts-3.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: 816h0m0s 22 type: action 23 - name: example 24 spec: 25 run: echo example 26 timeout: 32m0s 27 type: script 28 type: ci 29 version: 1