Sha256: 10922d1a19d1a077e33491e3a861f44edafa4716ce62e5cbee159015d5a0f03a
Contents?: true
Size: 493 Bytes
Versions: 23
Compression:
Stored size: 493 Bytes
Contents
version: 2.1 orbs: ruby: circleci/ruby@0.1.2 jobs: test: docker: - image: circleci/ruby:2.6.6-stretch-node executor: ruby/default steps: - checkout - run: name: Which bundler? command: bundle -v - ruby/bundle-install - run: name: Run specs command: bundle exec rake spec - run: name: CodeClimate command: bundle exec codeclimate-test-reporter workflows: version: 2.1 test: jobs: - test
Version data entries
23 entries across 23 versions & 1 rubygems