github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/github/testdata/build-and-test/ruby.yaml.golden (about) 1 kind: pipeline 2 spec: 3 stages: 4 - name: test 5 spec: 6 clone: {} 7 platform: 8 arch: amd64 9 os: linux 10 runtime: 11 spec: {} 12 type: cloud 13 steps: 14 - name: Set up Ruby 15 spec: 16 uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108 17 with: 18 ruby-version: "3.1" 19 type: action 20 - name: Install dependencies 21 spec: 22 run: bundle install 23 type: script 24 - name: Run tests 25 spec: 26 run: bundle exec rake 27 type: script 28 type: ci 29 version: 1