Sha256: 3b4b229492307e86f4e128de9a698823abb989920bf850ec5781d71fc73f6396
Contents?: true
Size: 530 Bytes
Versions: 18
Compression:
Stored size: 530 Bytes
Contents
version: 2 jobs: build: docker: - image: circleci/ruby:2.6.7 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
18 entries across 18 versions & 1 rubygems