github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/yaml/testdata/job_keywords/artifacts/example-7.yaml.golden (about)

     1  rspec:
     2      artifacts:
     3          reports:
     4              junit: rspec.xml
     5      script:
     6          - bundle install
     7          - rspec --format RspecJunitFormatter --out rspec.xml
     8      stage: test