github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/github/yaml/testdata/jobs-steps-continue-on-error/example-1.yaml.golden (about) 1 jobs: 2 job1: 3 steps: 4 - name: step1 5 run: echo continue on error 6 continue-on-error: true 7 - name: step2 8 run: echo do not continue on error