Sha256: 8ef246f22c01263005c811e6ebc76f3cb948287e95a4ea0234684bc6d323b0c3
Contents?: true
Size: 475 Bytes
Versions: 3
Compression:
Stored size: 475 Bytes
Contents
version: 2.1 jobs: run-tests: docker: - image: circleci/ruby:2.5.7-buster steps: - checkout - restore_cache: keys: - gems-v2-{{ checksum "Gemfile.lock" }} - gems-v2- - run: bundle check || bundle install - save_cache: key: gems-v2--{{ checksum "Gemfile.lock" }} paths: - vendor/bundle - run: bundle exec rake spec workflows: tests: jobs: - run-tests
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
omniauth-auth0-2.4.2 | .circleci/config.yml |
omniauth-auth0-2.4.1 | .circleci/config.yml |
omniauth-auth0-2.4.0 | .circleci/config.yml |