Sha256: a6b8739385ce4e83b4605a544afbc6dc7a8d535f36bf8e77d304100aba40eb74

Contents?: true

Size: 514 Bytes

Versions: 1

Compression:

Stored size: 514 Bytes

Contents

.test-template: &test
  cache:
    paths:
      - vendor/ruby
  before_script:
    - gem install bundler --no-document
    - bundle config set --local path 'vendor/ruby'
    - bundle install -j $(nproc) --path vendor  # Install dependencies into ./vendor/ruby
    - ruby -v                                   # Print out ruby version for debugging
  script:
    - bundle exec rake test

rspec:
  image: "ruby:${RUBY_VERSION}"
  parallel:
    matrix:
      - RUBY_VERSION: [ "2.6", "2.7", "3.0", "3.1" ]
  <<: *test

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gitlab-omniauth-openid-connect-0.10.1 .gitlab-ci.yml