Sha256: 8da3922bfccfbf18cc55dfe0e3e891a6a38dc6a81217195bc79e83b8f247f2d8
Contents?: true
Size: 700 Bytes
Versions: 5
Compression:
Stored size: 700 Bytes
Contents
version: 2.1 jobs: specs: docker: - image: cimg/ruby:2.6 steps: - checkout - run: name: Bundle Install command: bundle install --with ci - run: name: RSpec command: bundle exec rspec --format documentation --format RspecJunitFormatter --out /tmp/rspec.xml - store_test_results: path: /tmp/rspec.xml lint: docker: - image: cimg/ruby:2.6 steps: - checkout - run: name: Bundle Install command: bundle install --with ci - run: name: RSpec command: bundle exec rubocop workflows: version: 2 test: jobs: - specs - lint
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
jimmy-2.1.0 | .circleci/config.yml |
jimmy-2.0.3 | .circleci/config.yml |
jimmy-2.0.2 | .circleci/config.yml |
jimmy-2.0.1 | .circleci/config.yml |
jimmy-2.0.0 | .circleci/config.yml |