github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/yaml/testdata/steps/example7.yaml.golden (about) 1 { 2 "pipelines": { 3 "default": [ 4 { 5 "step": { 6 "name": "Build and test", 7 "script": [ 8 "npm install", 9 "npm test" 10 ], 11 "after-script": [ 12 "echo \"after script has run!\"" 13 ] 14 } 15 } 16 ] 17 } 18 }