Sha256: 044e2b878e32b93c8dcabd16161a3d471a08100e744efc3aa8817483172c4bce
Contents?: true
Size: 634 Bytes
Versions: 4
Compression:
Stored size: 634 Bytes
Contents
version: 2.1 jobs: test: parameters: ruby-version: type: string docker: - image: << parameters.ruby-version >> steps: - checkout - run: name: Gem install bundler command: gem update --system && gem install bundler - run: name: Bundle install command: bundle install --jobs=4 --retry=3 --path vendor/bundle - run: name: Run tests command: bundle exec rake workflows: all-tests: jobs: - test: matrix: parameters: ruby-version: ["ruby:3.0.1", "ruby:2.7.3", "ruby:2.6.7"]
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
braze_ruby-0.8.0 | .circleci/config.yml |
bungie_client-2.2.0 | .circleci/config.yml |
braze_ruby-0.7.0 | .circleci/config.yml |
braze_ruby-0.6.0 | .circleci/config.yml |