Sha256: 69c3b1f0b469c29b6a3644d6f44b3d5604d1809883a705572e2fa39443e50a2a
Contents?: true
Size: 530 Bytes
Versions: 16
Compression:
Stored size: 530 Bytes
Contents
version: 2 jobs: build: docker: - image: circleci/ruby:2.6.5 steps: - checkout - restore_cache: keys: - v1-gems-{{ checksum "Gemfile.lock" }} - v1-gems- - run: name: Bundle Install command: bundle check || bundle install - save_cache: key: v1-gems-{{ checksum "Gemfile.lock" }} paths: - vendor/bundle - run: command: bundle exec rspec - store_test_results: path: test_results
Version data entries
16 entries across 16 versions & 1 rubygems