github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/harness/downgrader/testdata/example-15.yaml (about)

     1  kind: pipeline
     2  spec:
     3    stages:
     4      - name: example
     5        spec:
     6          platform:
     7            arch: amd64
     8            os: linux
     9          runtime:
    10            spec: {}
    11            type: cloud
    12          steps:
    13            - spec:
    14                run: echo "Run my tests"
    15              type: script
    16            - name: store_test_results
    17              spec:
    18                reports:
    19                  - path:
    20                      - test-results/*.xml
    21                    type: junit
    22                run: echo upload unit test results
    23              type: script
    24        type: ci
    25  version: 1