Sha256: 92861fb8e0ea8686c34accb040a1551488077f697ae49335e589b562b1593588
Contents?: true
Size: 718 Bytes
Versions: 5
Compression:
Stored size: 718 Bytes
Contents
jobs: rspec: docker: - image: ruby:2.5.3 steps: - checkout - restore_cache: keys: - v1-dependencies-{{ checksum "Gemfile.lock" }} - v1-dependencies- - run: command: bundle install --jobs=4 --retry=3 --path vendor/bundle name: bundle install - save_cache: key: v1-dependencies-{{ checksum "Gemfile.lock" }} paths: - ./vendor/bundle - run: command: cd spec/dummy && RAILS_ENV=test bundle exec rails db:setup name: rails db:setup - run: command: bundle exec rspec name: rspec version: 2 workflows: version: 2 test: jobs: - rspec
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
autodoc-0.7.6 | .circleci/config.yml |
autodoc-0.7.5 | .circleci/config.yml |
autodoc-0.7.4 | .circleci/config.yml |
autodoc-0.7.3 | .circleci/config.yml |
autodoc-0.7.2 | .circleci/config.yml |